C# Class System.Data.WebStorage.StorageEvent

Inheritance: System.Html.Event
显示文件 Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
StorageEvent System.Html

Public Methods

Method Description
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

Private Methods

Method Description
StorageEvent ( ) : System.Html

Method Details

InitStorageEvent() public method

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
return void

StorageEvent() public method

public StorageEvent ( string type ) : System.Html
type string
return System.Html

StorageEvent() public method

public StorageEvent ( string type, StorageEventInit eventInitDict ) : System.Html
type string
eventInitDict StorageEventInit
return System.Html