System.IO.BlobEvent.BlobEvent C# (CSharp) Méthode

BlobEvent() public méthode

public BlobEvent ( string type, BlobEventInit eventInitDict ) : System.Html
type string
eventInitDict BlobEventInit
Résultat System.Html
        public BlobEvent(string type, BlobEventInit eventInitDict)
        {
        }

Same methods

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