Type | Description |
The order of the events for Load, LoadFile, LoadFileFromUnicode methods is:
private void StartLoad(object sender) { } Private Sub StartLoad(ByVal sender As System.Object) Handles StartLoad End Sub |
private void StartLoad(object sender, EventArgs e) { } void OnStartLoad() { } void __fastcall StartLoad(TObject *Sender) { } procedure StartLoad(ASender: TObject; ); begin end; procedure StartLoad(sender: System.Object; e: System.EventArgs); begin end; begin event StartLoad() end event StartLoad Private Sub StartLoad(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles StartLoad End Sub Private Sub StartLoad() End Sub Private Sub StartLoad() End Sub LPARAMETERS nop PROCEDURE OnStartLoad(oICalendar) RETURN |
<SCRIPT EVENT="StartLoad()" LANGUAGE="JScript"> </SCRIPT> <SCRIPT LANGUAGE="VBScript"> Function StartLoad() End Function </SCRIPT> Procedure OnComStartLoad Forward Send OnComStartLoad End_Procedure METHOD OCX_StartLoad() CLASS MainDialog RETURN NIL void onEvent_StartLoad() { } function StartLoad as v () end function function nativeObject_StartLoad() return |