HandledEventArgs Class

Provides data for events that can be handled completely in an event handler.

Namespace: elsystem.windows.forms

Properties

  Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Handled bool Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing.
Methods
  Name Description
Public property Create() Initializes a new instance of the class.  
Public property

Create(defaultHandledValue)

Initializes a new instance of the class and sets the default value of the Handled property to the specified True/False value.
Inheritance Hierarchy

elsystem.Object

elsystem.EventArgs

elsystem.windows.forms.HandledEventArgs