Class MouseEvent
- Namespace
 - SharpVectors.Dom.Events
 
- Assembly
 - SharpVectors.Dom.dll
 
Summary description for MouseEvent.
public class MouseEvent : UiEvent, IMouseEvent, IUiEvent, IEvent
  - Inheritance
 - 
      
      
      
      MouseEvent
 
- Implements
 
- Inherited Members
 
Constructors
Properties
- AltGraphKey
 trueif the alt-graph (Alt Gr) key modifier is activated.
- AltKey
 trueif the alt (alternative) key modifier is activated.
- Button
 During mouse events caused by the depression or release of a mouse button, button is used to indicate which mouse button changed state.
- ClientX
 The horizontal coordinate at which the event occurred relative to the DOM implementation's client area.
- ClientY
 The vertical coordinate at which the event occurred relative to the DOM implementation's client area.
- CtrlKey
 trueif the control (Ctrl) key modifier is activated.
- MetaKey
 trueif the meta (Meta) key modifier is activated.
- RelatedTarget
 Used to identify a secondary EventTarget related to a UI event.
- ScreenX
 The horizontal coordinate at which the event occurred relative to the origin of the screen coordinate system.
- ScreenY
 The vertical coordinate at which the event occurred relative to the origin of the screen coordinate system.
- ShiftKey
 trueif the shift (Shift) key modifier is activated.
Methods
- InitMouseEvent(string, bool, bool, IAbstractView, long, long, long, long, long, bool, bool, bool, bool, ushort, IEventTarget)
 The InitMouseEvent method is used to initialize the value of a MouseEvent created using the IDocumentEvent.CreateEvent method.
- InitMouseEventNs(string, string, bool, bool, IAbstractView, long, long, long, long, long, bool, bool, bool, bool, ushort, IEventTarget, bool)
 The InitMouseEventNs method is used to initialize the value of a IMouseEvent created using the IDocumentEvent.CreateEvent interface.