System.Data.WebStorage.StorageEvent.InitStorageEvent C# (CSharp) Method

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
        public void InitStorageEvent(string type, bool canBubble, bool cancelable, string key, string oldValue, string newValue, string url, Storage storageArea)
        {
        }