C# 클래스 System.Data.WebStorage.StorageEvent

상속: System.Html.Event
파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb

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