IEventArgs

Assembly: System;

Description

The IEventArgs interface is a base one for arguments of all events.

Inheritance Hierarchy

IEventArgs

Comments

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:

System Assembly Interfaces