Page.PreLoad Event
.NET Framework (current version)
Note |
|---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Occurs before the page Load event.
Assembly: System.Web (in System.Web.dll)
The PreLoad event is raised after all postback data processing and before the Load event. There is a second attempt to load postback data before the OnLoadComplete event. For more information about handling events, see NIB: Consuming Events.
.NET Framework
Available since 2.0
Available since 2.0
Show:
