C# 클래스 System.Html.CloseEvent

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

Private Properties

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

공개 메소드들

메소드 설명
CloseEvent ( string type ) : System.Runtime.CompilerServices
CloseEvent ( string type, CloseEventInit eventInitDict ) : System.Runtime.CompilerServices
InitCloseEvent ( string type, bool canBubble, bool cancelable, bool wasClean, ushort code, string reason ) : void

비공개 메소드들

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

메소드 상세

CloseEvent() 공개 메소드

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

CloseEvent() 공개 메소드

public CloseEvent ( string type, CloseEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict CloseEventInit
리턴 System.Runtime.CompilerServices

InitCloseEvent() 공개 메소드

public InitCloseEvent ( string type, bool canBubble, bool cancelable, bool wasClean, ushort code, string reason ) : void
type string
canBubble bool
cancelable bool
wasClean bool
code ushort
reason string
리턴 void