Table of Contents

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

eventType string
bubbles bool
cancelable bool
view IAbstractView
detail long
screenX long
screenY long
clientX long
clientY long
ctrlKey bool
altKey bool
shiftKey bool
metaKey bool
button ushort
relatedTarget IEventTarget

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

namespaceUri string
eventType string
bubbles bool
cancelable bool
view IAbstractView
detail long
screenX long
screenY long
clientX long
clientY long
ctrlKey bool
altKey bool
shiftKey bool
metaKey bool
button ushort
relatedTarget IEventTarget
altGraphKey bool

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)

Parameters

eventType EventType
bubbles bool
cancelable bool
view IAbstractView
detail long
screenX long
screenY long
clientX long
clientY long
ctrlKey bool
altKey bool
shiftKey bool
metaKey bool
button ushort
relatedTarget IEventTarget
altGraphKey bool