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

Sys.ApplicationLoadEventArgs Class

Initializes a new instance of the ApplicationLoadEventArgs class.

Members

Name

Description

Sys.ApplicationLoadEventArgs.components Property

Gets the list of components that were created since the last time the load event was raised.

Sys.ApplicationLoadEventArgs.isPartialLoad Property

Returns a value that indicates whether the page is engaged in a partial-page update.

See Also

Reference

new Operator

Other Resources

Language Reference