C# 클래스 SharpVectors.Dom.Events.KeyboardEvent

Summary description for KeyboardEvent.
상속: UiEvent, IKeyboardEvent
파일 보기 프로젝트 열기: codebutler/savagesvg

공개 메소드들

메소드 설명
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

메소드 상세

InitKeyboardEvent() 공개 메소드

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
리턴 void

InitKeyboardEventNs() 공개 메소드

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
리턴 void

KeyboardEvent() 공개 메소드

public KeyboardEvent ( ) : System
리턴 System

KeyboardEvent() 공개 메소드

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
리턴 System

KeyboardEvent() 공개 메소드

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
리턴 System