mscorlib(4.0.0.0) API with additions
System.EventArgs Class Reference

Represents the base class for classes that contain event data, and provides a value to use for events that do not include event data. More...

Inheritance diagram for System.EventArgs:
[legend]
Collaboration diagram for System.EventArgs:
[legend]

Public Member Functions

 EventArgs ()
 Initializes a new instance of the T:System.EventArgs class. More...
 

Static Public Attributes

static readonly EventArgs Empty = new EventArgs()
 Provides a value to use with events that do not have event data. More...
 

Detailed Description

Represents the base class for classes that contain event data, and provides a value to use for events that do not include event data.

Definition at line 9 of file EventArgs.cs.

Constructor & Destructor Documentation

◆ EventArgs()

System.EventArgs.EventArgs ( )

Initializes a new instance of the T:System.EventArgs class.

Definition at line 17 of file EventArgs.cs.

Member Data Documentation

◆ Empty

readonly EventArgs System.EventArgs.Empty = new EventArgs()
static

Provides a value to use with events that do not have event data.

Definition at line 13 of file EventArgs.cs.


The documentation for this class was generated from the following file: