Handles the Load event.

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

Syntax

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

Parameters

e
EventArgs
An EventArgs object that contains event data.

See Also