C# Class System.Html.HashChangeEvent

Inheritance: Event
Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
HashChangeEvent System.Runtime.CompilerServices

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
HashChangeEvent ( ) : System.Runtime.CompilerServices

Method Details

HashChangeEvent() public méthode

public HashChangeEvent ( string type ) : System.Runtime.CompilerServices
type string
Résultat System.Runtime.CompilerServices

HashChangeEvent() public méthode

public HashChangeEvent ( string type, HashChangeEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict HashChangeEventInit
Résultat System.Runtime.CompilerServices

InitHashChangeEvent() public méthode

public InitHashChangeEvent ( string type, bool canBubble, bool cancelable, string oldURL, string newURL ) : void
type string
canBubble bool
cancelable bool
oldURL string
newURL string
Résultat void