Click or drag to resize

IEventTarget Interface

This interface is implemented by all INode implementations to support DOM event model.

Namespace:  DotNetBrowser.Dom.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface IEventTarget : IAutoDisposable

The IEventTarget type exposes the following members.

Properties
  NameDescription
Public propertyEvents
Gets the DOM events that can be listened.
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Top
Methods
  NameDescription
Public methodDispatchEvent
Dispatches (sends) a particular DOM event to the current target.
Top
Events
  NameDescription
Public eventDisposed
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.)
Top
See Also