C# Class System.Html.TrackElement

Inheritance: Element
Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
TrackElement System.Html.Media

Méthodes publiques

Méthode Description
AddEventListener ( TrackElementEvents type, Action listener ) : void
AddEventListener ( TrackElementEvents type, Action listener, bool capture ) : void
AddEventListener ( TrackElementEvents type, HtmlEventHandler listener ) : void
AddEventListener ( TrackElementEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( TrackElementEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( TrackElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( TrackElementEvents type, IEventListener listener ) : void
AddEventListener ( TrackElementEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( TrackElementEvents type, Action listener ) : void
RemoveEventListener ( TrackElementEvents type, Action listener, bool capture ) : void
RemoveEventListener ( TrackElementEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( TrackElementEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( TrackElementEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( TrackElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( TrackElementEvents type, IEventListener listener ) : void
RemoveEventListener ( TrackElementEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void

Private Methods

Méthode Description
TrackElement ( ) : System.Html.Media

Method Details

AddEventListener() public méthode

public AddEventListener ( TrackElementEvents type, Action listener ) : void
type TrackElementEvents
listener Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( TrackElementEvents type, Action listener, bool capture ) : void
type TrackElementEvents
listener Action
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( TrackElementEvents type, HtmlEventHandler listener ) : void
type TrackElementEvents
listener HtmlEventHandler
Résultat void

AddEventListener() public méthode

public AddEventListener ( TrackElementEvents type, HtmlEventHandler listener, bool capture ) : void
type TrackElementEvents
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( TrackElementEvents type, HtmlEventHandlerWithTarget listener ) : void
type TrackElementEvents
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( TrackElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type TrackElementEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( TrackElementEvents type, IEventListener listener ) : void
type TrackElementEvents
listener IEventListener
Résultat void

AddEventListener() public méthode

public AddEventListener ( TrackElementEvents type, IEventListener listener, bool capture ) : void
type TrackElementEvents
listener IEventListener
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( TrackElementEvents type, Action listener ) : void
type TrackElementEvents
listener Action
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( TrackElementEvents type, Action listener, bool capture ) : void
type TrackElementEvents
listener Action
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( TrackElementEvents type, HtmlEventHandler listener ) : void
type TrackElementEvents
listener HtmlEventHandler
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( TrackElementEvents type, HtmlEventHandler listener, bool capture ) : void
type TrackElementEvents
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( TrackElementEvents type, HtmlEventHandlerWithTarget listener ) : void
type TrackElementEvents
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( TrackElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type TrackElementEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( TrackElementEvents type, IEventListener listener ) : void
type TrackElementEvents
listener IEventListener
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( TrackElementEvents type, IEventListener listener, bool capture ) : void
type TrackElementEvents
listener IEventListener
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void