event EndLoad ()
Notifies your application that the control's Load ends.

TypeDescription
The EndLoad event, notifies that the Load, LoadFile methods ends.

The order of the events for Load, LoadFile methods is:  

Syntax for EndLoad event, /NET version, on:

private void EndLoad(object sender)
{
}

Private Sub EndLoad(ByVal sender As System.Object) Handles EndLoad
End Sub

Syntax for EndLoad event, /COM version, on:

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

Syntax for EndLoad event, /COM version (others), on:

<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