C# Class System.Html.TableCaptionElement

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

Private Properties

Свойство Type Description
TableCaptionElement System.Runtime.CompilerServices

Méthodes publiques

Méthode Description
AddEventListener ( TableCaptionElementEvents type, Action listener ) : void
AddEventListener ( TableCaptionElementEvents type, Action listener, bool capture ) : void
AddEventListener ( TableCaptionElementEvents type, HtmlEventHandler listener ) : void
AddEventListener ( TableCaptionElementEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( TableCaptionElementEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( TableCaptionElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( TableCaptionElementEvents type, IEventListener listener ) : void
AddEventListener ( TableCaptionElementEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( TableCaptionElementEvents type, Action listener ) : void
RemoveEventListener ( TableCaptionElementEvents type, Action listener, bool capture ) : void
RemoveEventListener ( TableCaptionElementEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( TableCaptionElementEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( TableCaptionElementEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( TableCaptionElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( TableCaptionElementEvents type, IEventListener listener ) : void
RemoveEventListener ( TableCaptionElementEvents 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
TableCaptionElement ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

public AddEventListener ( TableCaptionElementEvents type, IEventListener listener, bool capture ) : void
type TableCaptionElementEvents
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 ( TableCaptionElementEvents type, Action listener ) : void
type TableCaptionElementEvents
listener Action
Résultat void

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

public RemoveEventListener ( TableCaptionElementEvents type, IEventListener listener, bool capture ) : void
type TableCaptionElementEvents
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