C# Class System.Html.PageTransitionEvent

Inheritance: Event
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
PageTransitionEvent System.Runtime.CompilerServices

Public Methods

Method 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

Method Description
PageTransitionEvent ( ) : System.Runtime.CompilerServices

Method Details

InitPageTransitionEvent() public method

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

PageTransitionEvent() public method

public PageTransitionEvent ( string type ) : System.Runtime.CompilerServices
type string
return System.Runtime.CompilerServices

PageTransitionEvent() public method

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