Sys.ApplicationLoadEventArgs Constructor
Initializes a new instance of the ApplicationLoadEventArgs class.
Syntax
var a = new Sys.ApplicationLoadEventArgs(components, isPartialLoad);
|
Parameter
|
Description
|
|
components
|
The list of components that were created since the last time the load event was raised.
|
|
isPartialLoad
|
true to indicate that the event is a partial-page update.
|