event SelectShortcut (OldShortcut as Variant, NewShortcut as Variant)
Fired when the user selects a new shortcut.

TypeDescription
OldShortcut as Variant A String expression that indicates the caption of the shortcut being unselected.
NewShortcut as Variant A String expression that indicates the caption of the shortcut being unselected.
The SelectShortcut event notifies your application when the user selects a shortcut. The SelectShortcut event is fired if the user clicks a shortcut in the shortcut bar, or if the code calls the SelectShortcut property. The ShowShortcutBar property shows or hides the control's shortcut bar. The Shortcut property indicates the HTML caption of the shortcut that displays the specified group. Groups with the same Shortcut property are displayed in the same shortcut. The ShortcutPicture property assigns a custom size picture to a shortcut.

Syntax for SelectShortcut event, /NET version, on:

private void SelectShortcut(object sender,object OldShortcut,object NewShortcut)
{
}

Private Sub SelectShortcut(ByVal sender As System.Object,ByVal OldShortcut As Object,ByVal NewShortcut As Object) Handles SelectShortcut
End Sub

Syntax for SelectShortcut event, /COM version, on:

private void SelectShortcut(object sender, AxEXPLORERBARLib._IExplorerBarEvents_SelectShortcutEvent e)
{
}

void OnSelectShortcut(VARIANT OldShortcut,VARIANT NewShortcut)
{
}

void __fastcall SelectShortcut(TObject *Sender,Variant OldShortcut,Variant NewShortcut)
{
}

procedure SelectShortcut(ASender: TObject; OldShortcut : OleVariant;NewShortcut : OleVariant);
begin
end;

procedure SelectShortcut(sender: System.Object; e: AxEXPLORERBARLib._IExplorerBarEvents_SelectShortcutEvent);
begin
end;

begin event SelectShortcut(any OldShortcut,any NewShortcut)
end event SelectShortcut

Private Sub SelectShortcut(ByVal sender As System.Object, ByVal e As AxEXPLORERBARLib._IExplorerBarEvents_SelectShortcutEvent) Handles SelectShortcut
End Sub

Private Sub SelectShortcut(ByVal OldShortcut As Variant,ByVal NewShortcut As Variant)
End Sub

Private Sub SelectShortcut(ByVal OldShortcut As Variant,ByVal NewShortcut As Variant)
End Sub

LPARAMETERS OldShortcut,NewShortcut

PROCEDURE OnSelectShortcut(oExplorerBar,OldShortcut,NewShortcut)
RETURN

Syntax for SelectShortcut event, /COM version (others), on:

<SCRIPT EVENT="SelectShortcut(OldShortcut,NewShortcut)" LANGUAGE="JScript">
</SCRIPT>

<SCRIPT LANGUAGE="VBScript">
Function SelectShortcut(OldShortcut,NewShortcut)
End Function
</SCRIPT>

Procedure OnComSelectShortcut Variant llOldShortcut Variant llNewShortcut
	Forward Send OnComSelectShortcut llOldShortcut llNewShortcut
End_Procedure

METHOD OCX_SelectShortcut(OldShortcut,NewShortcut) CLASS MainDialog
RETURN NIL

void onEvent_SelectShortcut(COMVariant _OldShortcut,COMVariant _NewShortcut)
{
}

function SelectShortcut as v (OldShortcut as A,NewShortcut as A)
end function

function nativeObject_SelectShortcut(OldShortcut,NewShortcut)
return