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 selected. |
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, AxEXLISTBARLib._IListBarEvents_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: AxEXLISTBARLib._IListBarEvents_SelectShortcutEvent); begin end; begin event SelectShortcut(any OldShortcut,any NewShortcut) end event SelectShortcut Private Sub SelectShortcut(ByVal sender As System.Object, ByVal e As AxEXLISTBARLib._IListBarEvents_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(oListBar,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 |