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 the base class for events that can be canceled. |
|
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. |
|
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. |
|
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. Note This type supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
|
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. |