C# Class System.Html.HashChangeEvent

Inheritance: Event
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
HashChangeEvent System.Runtime.CompilerServices

Public Methods

Method 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

Method Description
HashChangeEvent ( ) : System.Runtime.CompilerServices

Method Details

HashChangeEvent() public method

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

HashChangeEvent() public method

public HashChangeEvent ( string type, HashChangeEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict HashChangeEventInit
return System.Runtime.CompilerServices

InitHashChangeEvent() public method

public InitHashChangeEvent ( string type, bool canBubble, bool cancelable, string oldURL, string newURL ) : void
type string
canBubble bool
cancelable bool
oldURL string
newURL string
return void