IEventArgs

Description

The IEventArgs interface is the basic interface of arguments of all events.

The interface does not contain its own properties and methods and it is used by the events that do not convey information about state to a handler when the event occurs.

See also:

Forms Assembly Interfaces