Table of Contents

Constructor KeyboardEvent

Namespace
SharpVectors.Dom.Events
Assembly
SharpVectors.Dom.dll

KeyboardEvent()

public KeyboardEvent()

KeyboardEvent(string, bool, bool, IAbstractView, string, KeyLocationCode, bool, bool, bool, bool, bool)

public KeyboardEvent(string eventType, bool bubbles, bool cancelable, IAbstractView view, string keyIdentifier, KeyLocationCode keyLocation, bool ctrlKey, bool shiftKey, bool altKey, bool metaKey, bool altGraphKey)

Parameters

eventType string
bubbles bool
cancelable bool
view IAbstractView
keyIdentifier string
keyLocation KeyLocationCode
ctrlKey bool
shiftKey bool
altKey bool
metaKey bool
altGraphKey bool

KeyboardEvent(string, string, bool, bool, IAbstractView, string, KeyLocationCode, bool, bool, bool, bool, bool)

public KeyboardEvent(string namespaceUri, string eventType, bool bubbles, bool cancelable, IAbstractView view, string keyIdentifier, KeyLocationCode keyLocation, bool ctrlKey, bool shiftKey, bool altKey, bool metaKey, bool altGraphKey)

Parameters

namespaceUri string
eventType string
bubbles bool
cancelable bool
view IAbstractView
keyIdentifier string
keyLocation KeyLocationCode
ctrlKey bool
shiftKey bool
altKey bool
metaKey bool
altGraphKey bool