Property | Type | Description | |
---|---|---|---|
HashChangeEvent | System.Runtime.CompilerServices |
Method | Description | |
---|---|---|
HashChangeEvent ( string type ) : System.Runtime.CompilerServices | ||
HashChangeEvent ( string type, |
||
InitHashChangeEvent ( string type, bool canBubble, bool cancelable, string oldURL, string newURL ) : void |
Method | Description | |
---|---|---|
HashChangeEvent ( ) : System.Runtime.CompilerServices |
public HashChangeEvent ( string type ) : System.Runtime.CompilerServices | ||
type | string | |
return | System.Runtime.CompilerServices |
public HashChangeEvent ( string type, |
||
type | string | |
eventInitDict | ||
return | System.Runtime.CompilerServices |
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 |