C# Class SharpVectors.Dom.Events.KeyboardEvent

Summary description for KeyboardEvent.
Inheritance: UiEvent, IKeyboardEvent
Afficher le fichier Open project: codebutler/savagesvg

Méthodes publiques

Méthode Description
InitKeyboardEvent ( string eventType, bool bubbles, bool cancelable, IAbstractView view, string keyIdentifier, KeyLocationCode keyLocation, bool ctrlKey, bool shiftKey, bool altKey, bool metaKey, bool altGraphKey ) : void
InitKeyboardEventNs ( string namespaceUri, string eventType, bool bubbles, bool cancelable, IAbstractView view, string keyIdentifier, KeyLocationCode keyLocation, bool ctrlKey, bool shiftKey, bool altKey, bool metaKey, bool altGraphKey ) : void
KeyboardEvent ( ) : System
KeyboardEvent ( string eventType, bool bubbles, bool cancelable, IAbstractView view, string keyIdentifier, KeyLocationCode keyLocation, bool ctrlKey, bool shiftKey, bool altKey, bool metaKey, bool altGraphKey ) : System
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 ) : System

Method Details

InitKeyboardEvent() public méthode

public InitKeyboardEvent ( string eventType, bool bubbles, bool cancelable, IAbstractView view, string keyIdentifier, KeyLocationCode keyLocation, bool ctrlKey, bool shiftKey, bool altKey, bool metaKey, bool altGraphKey ) : void
eventType string
bubbles bool
cancelable bool
view IAbstractView
keyIdentifier string
keyLocation KeyLocationCode
ctrlKey bool
shiftKey bool
altKey bool
metaKey bool
altGraphKey bool
Résultat void

InitKeyboardEventNs() public méthode

public InitKeyboardEventNs ( string namespaceUri, string eventType, bool bubbles, bool cancelable, IAbstractView view, string keyIdentifier, KeyLocationCode keyLocation, bool ctrlKey, bool shiftKey, bool altKey, bool metaKey, bool altGraphKey ) : void
namespaceUri string
eventType string
bubbles bool
cancelable bool
view IAbstractView
keyIdentifier string
keyLocation KeyLocationCode
ctrlKey bool
shiftKey bool
altKey bool
metaKey bool
altGraphKey bool
Résultat void

KeyboardEvent() public méthode

public KeyboardEvent ( ) : System
Résultat System

KeyboardEvent() public méthode

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

KeyboardEvent() public méthode

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 ) : System
namespaceUri string
eventType string
bubbles bool
cancelable bool
view IAbstractView
keyIdentifier string
keyLocation KeyLocationCode
ctrlKey bool
shiftKey bool
altKey bool
metaKey bool
altGraphKey bool
Résultat System