C# Class System.Html.TableCaptionElement

Inheritance: Element
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
TableCaptionElement System.Runtime.CompilerServices

Public Methods

Method 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

Method Description
TableCaptionElement ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public method

public AddEventListener ( TableCaptionElementEvents type, Action listener ) : void
type TableCaptionElementEvents
listener Action
return void

AddEventListener() public method

public AddEventListener ( TableCaptionElementEvents type, Action listener, bool capture ) : void
type TableCaptionElementEvents
listener Action
capture bool
return void

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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