Click or drag to resize

IMouseEvent Properties

The IMouseEvent type exposes the following members.

Properties
  NameDescription
Public propertyBubbles
Indicates whether an event is a bubbling event.
(Inherited from IEvent.)
Public propertyButton
Gets the button which was pressed on the mouse to trigger the event.
Public propertyCancelable
Indicates whether an event can have its default action prevented.
(Inherited from IEvent.)
Public propertyClickCount
Gets the click count.
Public propertyClientLocation
Gets the location of the mouse cursor in the local (DOM content) coordinate system at the time the event occurred.
Public propertyCurrentTarget
Gets the IEventTarget whose event listeners are currently being processed.
(Inherited from IEvent.)
Public propertyEventPhase
Gets the phase of event flow.
(Inherited from IEvent.)
Public propertyIsDisposed
Indicates if the object is already disposed.
(Inherited from IAutoDisposable.)
Public propertyKeyModifiers
Gets the key modifiers that are applied to the event.
(Inherited from IUiKeyEventModifier.)
Public propertyOffsetLocation
Gets the location of the mouse cursor in the component's coordinate system at the time the event occurred.
Public propertyScreenLocation
Gets the location of the mouse cursor in the screen's coordinate system at the time the event occurred.
Public propertyTarget
Gets the IEventTarget to which the event was originally dispatched.
(Inherited from IEvent.)
Public propertyType
Gets the type of this DOM event.
(Inherited from IEvent.)
Top
See Also