Type | Description | |||
OldCount as Long | A long expression that indicates the count of expanded shortcuts before expanding the shortcut bar | |||
NewCount as Long | A long expression that indicates the count of expanded shortcuts after expanding the shortcut bar. The NewCount parameter is the same as ExpandShortcutCount property. |
private void ExpandShortcut(object sender,int OldCount,int NewCount) { } Private Sub ExpandShortcut(ByVal sender As System.Object,ByVal OldCount As Integer,ByVal NewCount As Integer) Handles ExpandShortcut End Sub |
private void ExpandShortcut(object sender, AxEXPLORERTREELib._IExplorerTreeEvents_ExpandShortcutEvent e) { } void OnExpandShortcut(long OldCount,long NewCount) { } void __fastcall ExpandShortcut(TObject *Sender,long OldCount,long NewCount) { } procedure ExpandShortcut(ASender: TObject; OldCount : Integer;NewCount : Integer); begin end; procedure ExpandShortcut(sender: System.Object; e: AxEXPLORERTREELib._IExplorerTreeEvents_ExpandShortcutEvent); begin end; begin event ExpandShortcut(long OldCount,long NewCount) end event ExpandShortcut Private Sub ExpandShortcut(ByVal sender As System.Object, ByVal e As AxEXPLORERTREELib._IExplorerTreeEvents_ExpandShortcutEvent) Handles ExpandShortcut End Sub Private Sub ExpandShortcut(ByVal OldCount As Long,ByVal NewCount As Long) End Sub Private Sub ExpandShortcut(ByVal OldCount As Long,ByVal NewCount As Long) End Sub LPARAMETERS OldCount,NewCount PROCEDURE OnExpandShortcut(oExplorerTree,OldCount,NewCount) RETURN |
<SCRIPT EVENT="ExpandShortcut(OldCount,NewCount)" LANGUAGE="JScript"> </SCRIPT> <SCRIPT LANGUAGE="VBScript"> Function ExpandShortcut(OldCount,NewCount) End Function </SCRIPT> Procedure OnComExpandShortcut Integer llOldCount Integer llNewCount Forward Send OnComExpandShortcut llOldCount llNewCount End_Procedure METHOD OCX_ExpandShortcut(OldCount,NewCount) CLASS MainDialog RETURN NIL void onEvent_ExpandShortcut(int _OldCount,int _NewCount) { } function ExpandShortcut as v (OldCount as N,NewCount as N) end function function nativeObject_ExpandShortcut(OldCount,NewCount) return |