Assembly: System;
The IEventArgs interface is a base one for arguments of all events.
IEventArgs
The interface does not contain its own properties and methods and is used by the events that do not give information about state to a handler when the event occurs.
See also: