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
stringbubbles
boolcancelable
boolview
IAbstractViewkeyIdentifier
stringkeyLocation
KeyLocationCodectrlKey
boolshiftKey
boolaltKey
boolmetaKey
boolaltGraphKey
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)