System.Web.UI.Page.PreLoad Event

Occurs before the page Control.Load event.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public event EventHandler PreLoad

Remarks

The Page.PreLoad event is raised after all postback data processing and before the Control.Load event. There is a second attempt to load postback data before the Page.OnLoadComplete(EventArgs) event. For more information about handling events, see Consuming Events.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0