Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |