Sys Namespace
Provides the root namespace for ASP.NET AJAX.
Types
Name |
Description |
---|---|
Provides a run-time object that exposes client events and manages client components that are registered with the application. |
|
Used by the Application class to hold event arguments for the load event. |
|
Provides information about the current Web browser. |
|
Provides the base class for events that can be canceled. |
|
Describes a change in a collection. |
|
Provides a class for command events. |
|
Provides the base class for the Control and Behavior classes, and for any other object whose lifetime should be managed by the ASP.NET AJAX client library. |
|
Represents a culture definition that can be applied to objects that accept a culture-related setting. |
|
Provides debugging and tracing functionality for client ECMAScript (JavaScript) code. |
|
Provides a base class for classes that are used by event sources to pass event argument information. |
|
Creates a dictionary of client events for a component, with event names as keys and the associated handlers as values. |
|
This class is used by the Sys.Application Class to hold event arguments for the navigate event. |
|
Provides a common interface for all components that can contain other components. |
|
Provides a common interface for the application-defined tasks of closing, releasing, or resetting resources held by instances of a registered Microsoft Ajax Library class. |
|
Indicates that the type that implements the interface provides disposing notifications. |
|
Defines the propertyChanged event. |
|
Describes how a collection has changed. |
|
Describes how the collection was changed. |
|
Adds updating and managing functionality to target objects such as arrays, DOM elements, and objects. |
|
Used by the propertyChanged event to indicate which property has changed. |
|
Provides static, culture-neutral exception messages that are used by the Microsoft Ajax Library framework. |
|
Provides a mechanism to concatenate strings. |
|
Raises an Error that represents exceptions raised by the Microsoft Ajax Library framework. These exceptions are created dynamically by using the Error type extension functions and cannot be instantiated or invoked. |