Provides a base class for classes that are used by event sources to pass event argument information.
var anEventArgs = new Sys.EventArgs();
Constructors
| Name | Description | 
|---|---|
| Initializes a new instance of the EventArgs class. | 
Members
| Name | Description | 
|---|---|
| Specifies an empty EventArgs instance. | 
Remarks
The EventArgs class is used as the base class for other event argument classes such as the CancelEventArgs class and the PageLoadEventArgs class.