EventListener Class Members
In This Topic
The following tables list the members exposed by EventListener.
Public Constructors
Public Fields
| | Name | Description |
 | EventInfo |
Read-only event information.
|
 | Target |
Read-only target.
|
Top
Public Properties
| | Name | Description |
 | Enable |
Gets or sets whether to enable the event listener.
|
Top
Public Methods
| | Name | Description |
 | Dispose |
Disposes and frees up resources.
|
 | OnEventRaised |
Handles the raised event.
|
 | ToString |
Returns a string representation of the event information.
|
Top
Public Events
| | Name | Description |
 | EventRaised |
Occurs when an event is raised.
|
Top
See Also