C# Class SharpVectors.Dom.Events.MouseEvent

Summary description for MouseEvent.
Inheritance: UiEvent, IMouseEvent
Exibir arquivo Open project: codebutler/savagesvg

Public Methods

Method Description
InitMouseEvent ( 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 ) : void
InitMouseEventNs ( 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 ) : void
MouseEvent ( ) : System
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 ) : System
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 ) : System
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 ) : System

Method Details

InitMouseEvent() public method

public InitMouseEvent ( 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 ) : void
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
return void

InitMouseEventNs() public method

public InitMouseEventNs ( 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 ) : void
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
return void

MouseEvent() public method

public MouseEvent ( ) : System
return System

MouseEvent() public method

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 ) : System
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
return System

MouseEvent() public method

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 ) : System
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
return System

MouseEvent() public method

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 ) : System
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
return System