Sys.EventArgs Class
Provides a base class for classes that are used by event sources to pass event argument information.
Syntax
var anEventArgs = new Sys.EventArgs();
Constructors
Members
Remarks
The EventArgs class is used as the base class for other event argument classes such as the CancelEventArgs class and the PageLoadEventArgs class.