Constructor MouseEvent
- Namespace
- SharpVectors.Dom.Events
- Assembly
- SharpVectors.Dom.dll
MouseEvent()
public MouseEvent()
MouseEvent(string, bool, bool, IAbstractView, long, long, long, long, long, bool, bool, bool, bool, ushort, IEventTarget)
public MouseEvent(string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail, long screenX, long screenY, long clientX, long clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, ushort button, IEventTarget relatedTarget)
Parameters
eventTypestringbubblesboolcancelableboolviewIAbstractViewdetaillongscreenXlongscreenYlongclientXlongclientYlongctrlKeyboolaltKeyboolshiftKeyboolmetaKeyboolbuttonushortrelatedTargetIEventTarget
MouseEvent(string, string, bool, bool, IAbstractView, long, long, long, long, long, bool, bool, bool, bool, ushort, IEventTarget, bool)
public MouseEvent(string namespaceUri, string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail, long screenX, long screenY, long clientX, long clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, ushort button, IEventTarget relatedTarget, bool altGraphKey)
Parameters
namespaceUristringeventTypestringbubblesboolcancelableboolviewIAbstractViewdetaillongscreenXlongscreenYlongclientXlongclientYlongctrlKeyboolaltKeyboolshiftKeyboolmetaKeyboolbuttonushortrelatedTargetIEventTargetaltGraphKeybool
MouseEvent(EventType, bool, bool, IAbstractView, long, long, long, long, long, bool, bool, bool, bool, ushort, IEventTarget, bool)
public MouseEvent(EventType eventType, bool bubbles, bool cancelable, IAbstractView view, long detail, long screenX, long screenY, long clientX, long clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, ushort button, IEventTarget relatedTarget, bool altGraphKey)