Sys.ApplicationLoadEventArgs Class
Used by the Application class to hold event arguments for the load event.
Namespace:
Sys
Inherits: None
Syntax
var a = new Sys.ApplicationLoadEventArgs(components, isPartialLoad);
Constructors
Members
|
Name
|
Description
|
|
components Property
|
Gets the list of components that were created since the last time the load event was raised.
|
|
isPartialLoad Property
|
Returns a value that indicates whether the page is engaged in a partial-page update.
|
Remarks