Type | Description | |||
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. |
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 |
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 |
<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 |