

| 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, AxEXPLORERTREELib._IExplorerTreeEvents_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: AxEXPLORERTREELib._IExplorerTreeEvents_SelectShortcutEvent); begin end; begin event SelectShortcut(any OldShortcut,any NewShortcut) end event SelectShortcut Private Sub SelectShortcut(ByVal sender As System.Object, ByVal e As AxEXPLORERTREELib._IExplorerTreeEvents_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(oExplorerTree,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 |