C# 클래스 System.Html.PageTransitionEvent

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

Private Properties

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

공개 메소드들

메소드 설명
InitPageTransitionEvent ( string type, bool canBubble, bool cancelable, bool persisted ) : void
PageTransitionEvent ( string type ) : System.Runtime.CompilerServices
PageTransitionEvent ( string type, PageTransitionEventInit eventInitDict ) : System.Runtime.CompilerServices

비공개 메소드들

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

메소드 상세

InitPageTransitionEvent() 공개 메소드

public InitPageTransitionEvent ( string type, bool canBubble, bool cancelable, bool persisted ) : void
type string
canBubble bool
cancelable bool
persisted bool
리턴 void

PageTransitionEvent() 공개 메소드

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

PageTransitionEvent() 공개 메소드

public PageTransitionEvent ( string type, PageTransitionEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict PageTransitionEventInit
리턴 System.Runtime.CompilerServices