Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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. |