Event Class |
Namespace: DotNetBrowser.Dom.Events
public sealed class Event
The Event type exposes the following members.
Name | Description | |
---|---|---|
![]() | EventType |
Gets the DOM event type.
|
![]() | UseCapture |
Indicates if capturing is used for the DOM event.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | EventReceived |
Occurs when the corresponding DOM event is received.
|
Name | Description | |
---|---|---|
![]() ![]() | Addition |
The overloaded operator that can be used for simplifying registering event handlers for the DOM event.
|
![]() ![]() | Subtraction |
The overloaded operator that can be used for simplifying registering event handlers for the DOM event.
|