HandledEventArgs Class
Provides data for events that can be handled completely in an event handler.
Namespace: elsystem.windows.forms
Additional
properties, methods, and events are described in the classes listed
under Inheritance Hierarchy (see below).
|
Name |
Type |
Description |
|
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. |
|
Name |
Description |
|
Create() |
Initializes a new instance of the class. |
|
Create(defaultHandledValue)
|
Initializes a new instance of the class and sets the default value of the Handled property to the specified True/False value. |