C# 클래스 System.Html.UIEvent

상속: Event
파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb

Private Properties

프로퍼티 타입 설명
UIEvent System.Runtime.CompilerServices

공개 메소드들

메소드 설명
InitUIEvent ( string aType, bool aCanBubble, bool aCancelable, WindowInstance aView, int aDetail ) : void
UIEvent ( string type ) : System.Runtime.CompilerServices
UIEvent ( string type, UIEventInit eventInitDict ) : System.Runtime.CompilerServices

비공개 메소드들

메소드 설명
UIEvent ( ) : System.Runtime.CompilerServices

메소드 상세

InitUIEvent() 공개 메소드

public InitUIEvent ( string aType, bool aCanBubble, bool aCancelable, WindowInstance aView, int aDetail ) : void
aType string
aCanBubble bool
aCancelable bool
aView WindowInstance
aDetail int
리턴 void

UIEvent() 공개 메소드

public UIEvent ( string type ) : System.Runtime.CompilerServices
type string
리턴 System.Runtime.CompilerServices

UIEvent() 공개 메소드

public UIEvent ( string type, UIEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict UIEventInit
리턴 System.Runtime.CompilerServices