Sets the initialized state of the data-bound control before the control is loaded.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
protected override void OnPagePreLoad( Object sender, EventArgs e ) |
Visual Basic |
---|
Protected Overrides Sub OnPagePreLoad ( _ sender As Object, _ e As EventArgs _ ) |
Visual C++ |
---|
protected: virtual void OnPagePreLoad( Object^ sender, EventArgs^ e ) override |
Parameters
- sender
- Type: System..::..Object
The Page that raised the event.
- e
- Type: System..::..EventArgs
An EventArgs that contains the event data.