C# Class System.Html.PopStateEvent

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

Private Properties

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

Méthodes publiques

Méthode Description
InitPopStateEvent ( string type, bool canBubble, bool cancelable, object state ) : void
PopStateEvent ( string type ) : System.Runtime.CompilerServices
PopStateEvent ( string type, PopStateEventInit eventInitDict ) : System.Runtime.CompilerServices

Private Methods

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

Method Details

InitPopStateEvent() public méthode

public InitPopStateEvent ( string type, bool canBubble, bool cancelable, object state ) : void
type string
canBubble bool
cancelable bool
state object
Résultat void

PopStateEvent() public méthode

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

PopStateEvent() public méthode

public PopStateEvent ( string type, PopStateEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict PopStateEventInit
Résultat System.Runtime.CompilerServices