C# Класс System.Html.HashChangeEvent

Наследование: Event
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
HashChangeEvent System.Runtime.CompilerServices

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
HashChangeEvent ( ) : System.Runtime.CompilerServices

Описание методов

HashChangeEvent() публичный Метод

public HashChangeEvent ( string type ) : System.Runtime.CompilerServices
type string
Результат System.Runtime.CompilerServices

HashChangeEvent() публичный Метод

public HashChangeEvent ( string type, HashChangeEventInit eventInitDict ) : System.Runtime.CompilerServices
type string
eventInitDict HashChangeEventInit
Результат System.Runtime.CompilerServices

InitHashChangeEvent() публичный Метод

public InitHashChangeEvent ( string type, bool canBubble, bool cancelable, string oldURL, string newURL ) : void
type string
canBubble bool
cancelable bool
oldURL string
newURL string
Результат void