C# 클래스 System.Html.CustomEvent

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

Private Properties

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

공개 메소드들

메소드 설명
CustomEvent ( string type ) : System.Runtime.CompilerServices
CustomEvent ( string type, CustomEventInit eventInitDict ) : System.Runtime.CompilerServices
InitCustomEvent ( string type, bool canBubble, bool cancelable, object detail ) : void

비공개 메소드들

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

메소드 상세

CustomEvent() 공개 메소드

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

CustomEvent() 공개 메소드

public CustomEvent ( string type, CustomEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict CustomEventInit
리턴 System.Runtime.CompilerServices

InitCustomEvent() 공개 메소드

public InitCustomEvent ( string type, bool canBubble, bool cancelable, object detail ) : void
type string
canBubble bool
cancelable bool
detail object
리턴 void