C# Class System.Html.TableSectionElement

Inheritance: Element
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
TableSectionElement System.Runtime.CompilerServices

Public Methods

Method 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

Method Description
TableSectionElement ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

DeleteRow() public method

public DeleteRow ( int index ) : void
index int
return void

InsertRow() public method

public InsertRow ( ) : Element
return Element

InsertRow() public method

public InsertRow ( int index ) : Element
index int
return Element

RemoveEventListener() public method

public RemoveEventListener ( TableSectionElementEvents type, System.Action listener ) : void
type TableSectionElementEvents
listener System.Action
return void

RemoveEventListener() public method

public RemoveEventListener ( TableSectionElementEvents type, System.Action listener, bool capture ) : void
type TableSectionElementEvents
listener System.Action
capture bool
return void

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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