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

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

공개 메소드들

메소드 설명
InitUiEvent ( string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail ) : void
InitUiEventNs ( string namespaceUri, string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail ) : void
UiEvent ( ) : System
UiEvent ( string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail ) : System
UiEvent ( string namespaceUri, string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail ) : System

메소드 상세

InitUiEvent() 공개 메소드

public InitUiEvent ( string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail ) : void
eventType string
bubbles bool
cancelable bool
view IAbstractView
detail long
리턴 void

InitUiEventNs() 공개 메소드

public InitUiEventNs ( string namespaceUri, string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail ) : void
namespaceUri string
eventType string
bubbles bool
cancelable bool
view IAbstractView
detail long
리턴 void

UiEvent() 공개 메소드

public UiEvent ( ) : System
리턴 System

UiEvent() 공개 메소드

public UiEvent ( string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail ) : System
eventType string
bubbles bool
cancelable bool
view IAbstractView
detail long
리턴 System

UiEvent() 공개 메소드

public UiEvent ( string namespaceUri, string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail ) : System
namespaceUri string
eventType string
bubbles bool
cancelable bool
view IAbstractView
detail long
리턴 System