Sys.EventArgs Constructor

Initializes a new instance of the EventArgs class.

var anEventArgs = new Sys.EventArgs();

Remarks

The EventArgs class is a base class and not intended to be used directly. Override this constructor to provide specific functionality.