C# Class System.Html.TableSectionElement

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

Private Properties

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

Méthodes publiques

Méthode Description
AddEventListener ( TableSectionElementEvents type, System.Action listener ) : void
AddEventListener ( TableSectionElementEvents type, System.Action listener, bool capture ) : void
AddEventListener ( TableSectionElementEvents type, HtmlEventHandler listener ) : void
AddEventListener ( TableSectionElementEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( TableSectionElementEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( TableSectionElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( TableSectionElementEvents type, IEventListener listener ) : void
AddEventListener ( TableSectionElementEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
DeleteRow ( int index ) : void
InsertRow ( ) : Element
InsertRow ( int index ) : Element
RemoveEventListener ( TableSectionElementEvents type, System.Action listener ) : void
RemoveEventListener ( TableSectionElementEvents type, System.Action listener, bool capture ) : void
RemoveEventListener ( TableSectionElementEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( TableSectionElementEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( TableSectionElementEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( TableSectionElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( TableSectionElementEvents type, IEventListener listener ) : void
RemoveEventListener ( TableSectionElementEvents 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
TableSectionElement ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public méthode

public AddEventListener ( TableSectionElementEvents type, System.Action listener ) : void
type TableSectionElementEvents
listener System.Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( TableSectionElementEvents type, System.Action listener, bool capture ) : void
type TableSectionElementEvents
listener System.Action
capture bool
Résultat void

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

AddEventListener() public méthode

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

DeleteRow() public méthode

public DeleteRow ( int index ) : void
index int
Résultat void

InsertRow() public méthode

public InsertRow ( ) : Element
Résultat Element

InsertRow() public méthode

public InsertRow ( int index ) : Element
index int
Résultat Element

RemoveEventListener() public méthode

public RemoveEventListener ( TableSectionElementEvents type, System.Action listener ) : void
type TableSectionElementEvents
listener System.Action
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( TableSectionElementEvents type, System.Action listener, bool capture ) : void
type TableSectionElementEvents
listener System.Action
capture bool
Résultat void

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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

RemoveEventListener() public méthode

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