Click or drag to resize

IEvent Properties

The IEvent type exposes the following members.

Properties
  NameDescription
Public propertyBubbles
Indicates whether an event is a bubbling event.
Public propertyCancelable
Indicates whether an event can have its default action prevented.
Public propertyCurrentTarget
Gets the IEventTarget whose event listeners are currently being processed.
Public propertyEventPhase
Gets the phase of event flow.
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertyTarget
Gets the IEventTarget to which the event was originally dispatched.
Public propertyType
Gets the type of this DOM event.
Top
See Also