System.EventArgs Class
EventArgs is the base class for classes containing event data.

See Also: EventArgs Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public class EventArgs

Remarks

Note:

This class contains no event data; it is used by events that do not pass state information to an event handler when an event is raised. If the event handler requires state information, the application must create a subclass of this class to hold the data. For example, the AssemblyLoadEventArgs class is used to hold the data for assembly load events, and contains a System.Reflection.Assembly object that describes the loaded assembly.

For details on events, see EventHandler.

Thread Safety

All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0