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