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
stringbubbles
boolcancelable
boolview
IAbstractViewdetail
longscreenX
longscreenY
longclientX
longclientY
longctrlKey
boolaltKey
boolshiftKey
boolmetaKey
boolbutton
ushortrelatedTarget
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
stringeventType
stringbubbles
boolcancelable
boolview
IAbstractViewdetail
longscreenX
longscreenY
longclientX
longclientY
longctrlKey
boolaltKey
boolshiftKey
boolmetaKey
boolbutton
ushortrelatedTarget
IEventTargetaltGraphKey
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)