Initializes a new instance of the EventArgs class.
public: EventArgs();
public EventArgs ();
Public Sub New ()
To pass an object that does not contain any data, use the Empty field.
Thank you.