IEventTarget Interface |
Namespace: DotNetBrowser.Dom.Events
public interface IEventTarget : IAutoDisposable
The IEventTarget type exposes the following members.
Name | Description | |
---|---|---|
![]() | Events |
Gets the DOM events that can be listened.
|
![]() | IsDisposed |
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.) |
Name | Description | |
---|---|---|
![]() | DispatchEvent |
Dispatches (sends) a particular DOM event to the current target.
|
Name | Description | |
---|---|---|
![]() | Disposed |
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.) |