Search
EventArgs Members
Constructors Properties
 


The base type of classes that define arguments passed to event handler functions.

The following tables list the members exposed by the EventArgs type.

 Public Constructors

  Name Description

EventArgs

Initializes a new instance of the EventArgs class.

 Public Properties

  Name Description

handled

Gets or sets a value indicating whether the event has been handled.

 See Also