C# 클래스 System.Html.HashChangeEvent

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

Private Properties

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

공개 메소드들

메소드 설명
HashChangeEvent ( string type ) : System.Runtime.CompilerServices
HashChangeEvent ( string type, HashChangeEventInit eventInitDict ) : System.Runtime.CompilerServices
InitHashChangeEvent ( string type, bool canBubble, bool cancelable, string oldURL, string newURL ) : void

비공개 메소드들

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

메소드 상세

HashChangeEvent() 공개 메소드

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

HashChangeEvent() 공개 메소드

public HashChangeEvent ( string type, HashChangeEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict HashChangeEventInit
리턴 System.Runtime.CompilerServices

InitHashChangeEvent() 공개 메소드

public InitHashChangeEvent ( string type, bool canBubble, bool cancelable, string oldURL, string newURL ) : void
type string
canBubble bool
cancelable bool
oldURL string
newURL string
리턴 void