C# Class System.Html.PageTransitionEvent

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

Private Properties

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

Méthodes publiques

Méthode Description
InitPageTransitionEvent ( string type, bool canBubble, bool cancelable, bool persisted ) : void
PageTransitionEvent ( string type ) : System.Runtime.CompilerServices
PageTransitionEvent ( string type, PageTransitionEventInit eventInitDict ) : System.Runtime.CompilerServices

Private Methods

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

Method Details

InitPageTransitionEvent() public méthode

public InitPageTransitionEvent ( string type, bool canBubble, bool cancelable, bool persisted ) : void
type string
canBubble bool
cancelable bool
persisted bool
Résultat void

PageTransitionEvent() public méthode

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

PageTransitionEvent() public méthode

public PageTransitionEvent ( string type, PageTransitionEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict PageTransitionEventInit
Résultat System.Runtime.CompilerServices