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