C# 클래스 System.Html.PopStateEvent

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

Private Properties

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

공개 메소드들

메소드 설명
InitPopStateEvent ( string type, bool canBubble, bool cancelable, object state ) : void
PopStateEvent ( string type ) : System.Runtime.CompilerServices
PopStateEvent ( string type, PopStateEventInit eventInitDict ) : System.Runtime.CompilerServices

비공개 메소드들

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

메소드 상세

InitPopStateEvent() 공개 메소드

public InitPopStateEvent ( string type, bool canBubble, bool cancelable, object state ) : void
type string
canBubble bool
cancelable bool
state object
리턴 void

PopStateEvent() 공개 메소드

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

PopStateEvent() 공개 메소드

public PopStateEvent ( string type, PopStateEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict PopStateEventInit
리턴 System.Runtime.CompilerServices