Click or drag to resize

Event Class

Represents a DOM event that can be handled on the .NET side.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.Dom.EventsEvent

Namespace:  DotNetBrowser.Dom.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public sealed class Event

The Event type exposes the following members.

Properties
  NameDescription
Public propertyEventType
Gets the DOM event type.
Public propertyUseCapture
Indicates if capturing is used for the DOM event.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventEventReceived
Occurs when the corresponding DOM event is received.
Top
Operators
  NameDescription
Public operatorStatic memberAddition
The overloaded operator that can be used for simplifying registering event handlers for the DOM event.
Public operatorStatic memberSubtraction
The overloaded operator that can be used for simplifying registering event handlers for the DOM event.
Top
See Also