C# Class SharpVectors.Dom.Events.KeyboardEvent

Summary description for KeyboardEvent.
Inheritance: UiEvent, IKeyboardEvent
Exibir arquivo Open project: codebutler/savagesvg

Public Methods

Method 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 method

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
return void

InitKeyboardEventNs() public method

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
return void

KeyboardEvent() public method

public KeyboardEvent ( ) : System
return System

KeyboardEvent() public method

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

KeyboardEvent() public method

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