C# Class System.Html.AudioElement

Inheritance: Element
Show file Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Public Methods

Method Description
AddEventListener ( AudioElementEvents type, System.Action listener ) : void
AddEventListener ( AudioElementEvents type, System.Action listener, bool capture ) : void
AddEventListener ( AudioElementEvents type, HtmlEventHandler listener ) : void
AddEventListener ( AudioElementEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( AudioElementEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( AudioElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( AudioElementEvents type, IEventListener listener ) : void
AddEventListener ( AudioElementEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( AudioElementEvents type, Action listener ) : void
RemoveEventListener ( AudioElementEvents type, Action listener, bool capture ) : void
RemoveEventListener ( AudioElementEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( AudioElementEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( AudioElementEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( AudioElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( AudioElementEvents type, IEventListener listener ) : void
RemoveEventListener ( AudioElementEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void

Private Methods

Method Description
AudioElement ( ) : System.Runtime.CompilerServices
AudioElement ( string src ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public method

public AddEventListener ( AudioElementEvents type, System.Action listener ) : void
type AudioElementEvents
listener System.Action
return void

AddEventListener() public method

public AddEventListener ( AudioElementEvents type, System.Action listener, bool capture ) : void
type AudioElementEvents
listener System.Action
capture bool
return void

AddEventListener() public method

public AddEventListener ( AudioElementEvents type, HtmlEventHandler listener ) : void
type AudioElementEvents
listener HtmlEventHandler
return void

AddEventListener() public method

public AddEventListener ( AudioElementEvents type, HtmlEventHandler listener, bool capture ) : void
type AudioElementEvents
listener HtmlEventHandler
capture bool
return void

AddEventListener() public method

public AddEventListener ( AudioElementEvents type, HtmlEventHandlerWithTarget listener ) : void
type AudioElementEvents
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( AudioElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type AudioElementEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

AddEventListener() public method

public AddEventListener ( AudioElementEvents type, IEventListener listener ) : void
type AudioElementEvents
listener IEventListener
return void

AddEventListener() public method

public AddEventListener ( AudioElementEvents type, IEventListener listener, bool capture ) : void
type AudioElementEvents
listener IEventListener
capture bool
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( AudioElementEvents type, Action listener ) : void
type AudioElementEvents
listener Action
return void

RemoveEventListener() public method

public RemoveEventListener ( AudioElementEvents type, Action listener, bool capture ) : void
type AudioElementEvents
listener Action
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( AudioElementEvents type, HtmlEventHandler listener ) : void
type AudioElementEvents
listener HtmlEventHandler
return void

RemoveEventListener() public method

public RemoveEventListener ( AudioElementEvents type, HtmlEventHandler listener, bool capture ) : void
type AudioElementEvents
listener HtmlEventHandler
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( AudioElementEvents type, HtmlEventHandlerWithTarget listener ) : void
type AudioElementEvents
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( AudioElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type AudioElementEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( AudioElementEvents type, IEventListener listener ) : void
type AudioElementEvents
listener IEventListener
return void

RemoveEventListener() public method

public RemoveEventListener ( AudioElementEvents type, IEventListener listener, bool capture ) : void
type AudioElementEvents
listener IEventListener
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void