event StartLoad ()
Notifies your application that the control's Load starts.

TypeDescription
The StartLoad event, notifies that the Load, LoadFile, LoadFileFromUnicode methods begins.

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

Syntax for StartLoad event, /NET version, on:

private void StartLoad(object sender)
{
}

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

Syntax for StartLoad event, /COM version, on:

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

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

<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