Raises the Load event.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 6.8.2460.0 (6.8.2460.0)

Syntax

C#
protected override void OnLoad(
	EventArgs e
)
Visual Basic
Protected Overrides Sub OnLoad ( _
	e As EventArgs _
)
Visual C++
protected:
virtual void OnLoad(
	EventArgs^ e
) override

Parameters

e
Type: System..::..EventArgs
The EventArgs object that contains the event data.

See Also