C# Class System.IO.BlobEvent

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

Private Properties

Property Type Description
BlobEvent System.Html

Public Methods

Method Description
BlobEvent ( string type ) : System.Html
BlobEvent ( string type, BlobEventInit eventInitDict ) : System.Html

Private Methods

Method Description
BlobEvent ( ) : System.Html

Method Details

BlobEvent() public method

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

BlobEvent() public method

public BlobEvent ( string type, BlobEventInit eventInitDict ) : System.Html
type string
eventInitDict BlobEventInit
return System.Html