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

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

공개 메소드들

메소드 설명
InitTextEvent ( string eventType, bool bubbles, bool cancelable, IAbstractView view, string data ) : void
InitTextEventNs ( string namespaceUri, string type, bool bubbles, bool cancelable, IAbstractView view, string data ) : void
TextEvent ( ) : System
TextEvent ( string eventType, bool bubbles, bool cancelable, IAbstractView view, string data ) : System
TextEvent ( string namespaceUri, string eventType, bool bubbles, bool cancelable, IAbstractView view, string data ) : System

메소드 상세

InitTextEvent() 공개 메소드

public InitTextEvent ( string eventType, bool bubbles, bool cancelable, IAbstractView view, string data ) : void
eventType string
bubbles bool
cancelable bool
view IAbstractView
data string
리턴 void

InitTextEventNs() 공개 메소드

public InitTextEventNs ( string namespaceUri, string type, bool bubbles, bool cancelable, IAbstractView view, string data ) : void
namespaceUri string
type string
bubbles bool
cancelable bool
view IAbstractView
data string
리턴 void

TextEvent() 공개 메소드

public TextEvent ( ) : System
리턴 System

TextEvent() 공개 메소드

public TextEvent ( string eventType, bool bubbles, bool cancelable, IAbstractView view, string data ) : System
eventType string
bubbles bool
cancelable bool
view IAbstractView
data string
리턴 System

TextEvent() 공개 메소드

public TextEvent ( string namespaceUri, string eventType, bool bubbles, bool cancelable, IAbstractView view, string data ) : System
namespaceUri string
eventType string
bubbles bool
cancelable bool
view IAbstractView
data string
리턴 System