IEvent Interface |
Namespace: DotNetBrowser.Dom.Events
public interface IEvent : IAutoDisposable
The IEvent type exposes the following members.
Name | Description | |
---|---|---|
![]() | Bubbles |
Indicates whether an event is a bubbling event.
|
![]() | Cancelable |
Indicates whether an event can have its default action
prevented.
|
![]() | CurrentTarget |
Gets the IEventTarget whose event listeners are currently
being processed.
|
![]() | EventPhase |
Gets the phase of event flow.
|
![]() | IsDisposed |
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.) |
![]() | Target |
Gets the IEventTarget to which the event was originally dispatched.
|
![]() | Type |
Gets the type of this DOM event.
|
Name | Description | |
---|---|---|
![]() | PreventDefault |
Cancels the event if it is cancelable, without stopping further propagation of the event.
|
![]() | StopPropagation |
Prevents further propagation of the current event.
|
Name | Description | |
---|---|---|
![]() | Disposed |
Occurs when the object has been disposed.
(Inherited from IAutoDisposable.) |