EventArgs Constructor

Definition

Initializes a new instance of the EventArgs class.

public:
 EventArgs();
public EventArgs ();
Public Sub New ()

Remarks

To pass an object that does not contain any data, use the Empty field.

Applies to

See also