C# Class System.Data.IndexedDB.VersionChangeEvent

Inheritance: System.Html.Event
Mostra file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
VersionChangeEvent System.Html

Public Methods

Method Description
VersionChangeEvent ( string type ) : System.Html
VersionChangeEvent ( string type, VersionChangeEventInit eventInitDict ) : System.Html

Private Methods

Method Description
VersionChangeEvent ( ) : System.Html

Method Details

VersionChangeEvent() public method

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

VersionChangeEvent() public method

public VersionChangeEvent ( string type, VersionChangeEventInit eventInitDict ) : System.Html
type string
eventInitDict VersionChangeEventInit
return System.Html