C# Класс System.Data.WebStorage.StorageEvent

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

Private Properties

Свойство Тип Описание
StorageEvent System.Html

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

Метод Описание
InitStorageEvent ( string type, bool canBubble, bool cancelable, string key, string oldValue, string newValue, string url, Storage storageArea ) : void
StorageEvent ( string type ) : System.Html
StorageEvent ( string type, StorageEventInit eventInitDict ) : System.Html

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

Метод Описание
StorageEvent ( ) : System.Html

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

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

public InitStorageEvent ( string type, bool canBubble, bool cancelable, string key, string oldValue, string newValue, string url, Storage storageArea ) : void
type string
canBubble bool
cancelable bool
key string
oldValue string
newValue string
url string
storageArea Storage
Результат void

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

public StorageEvent ( string type ) : System.Html
type string
Результат System.Html

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

public StorageEvent ( string type, StorageEventInit eventInitDict ) : System.Html
type string
eventInitDict StorageEventInit
Результат System.Html