Property | Type | Description | |
---|---|---|---|
StorageEvent | System.Html |
Method | Description | |
---|---|---|
InitStorageEvent ( string type, bool canBubble, bool cancelable, string key, string oldValue, string newValue, string url, |
||
StorageEvent ( string type ) : System.Html | ||
StorageEvent ( string type, |
Method | Description | |
---|---|---|
StorageEvent ( ) : System.Html |
public InitStorageEvent ( string type, bool canBubble, bool cancelable, string key, string oldValue, string newValue, string url, |
||
type | string | |
canBubble | bool | |
cancelable | bool | |
key | string | |
oldValue | string | |
newValue | string | |
url | string | |
storageArea | ||
return | void |
public StorageEvent ( string type ) : System.Html | ||
type | string | |
return | System.Html |
public StorageEvent ( string type, |
||
type | string | |
eventInitDict | ||
return | System.Html |