Свойство | Тип | Описание | |
---|---|---|---|
HashChangeEvent | System.Runtime.CompilerServices |
Метод | Описание | |
---|---|---|
HashChangeEvent ( string type ) : System.Runtime.CompilerServices | ||
HashChangeEvent ( string type, |
||
InitHashChangeEvent ( string type, bool canBubble, bool cancelable, string oldURL, string newURL ) : void |
Метод | Описание | |
---|---|---|
HashChangeEvent ( ) : System.Runtime.CompilerServices |
public HashChangeEvent ( string type ) : System.Runtime.CompilerServices | ||
type | string | |
Результат | System.Runtime.CompilerServices |
public HashChangeEvent ( string type, |
||
type | string | |
eventInitDict | ||
Результат | 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 | |
Результат | void |