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