C# Class System.Html.PopStateEvent

Inheritance: Event
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
PopStateEvent System.Runtime.CompilerServices

Public Methods

Method 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

Method Description
PopStateEvent ( ) : System.Runtime.CompilerServices

Method Details

InitPopStateEvent() public method

public InitPopStateEvent ( string type, bool canBubble, bool cancelable, object state ) : void
type string
canBubble bool
cancelable bool
state object
return void

PopStateEvent() public method

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

PopStateEvent() public method

public PopStateEvent ( string type, PopStateEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict PopStateEventInit
return System.Runtime.CompilerServices