public void AddEventListener(TableSectionElementEvents type, HtmlEventHandler listener)
 {
 }
 public void AddEventListener(TableSectionElementEvents type, HtmlEventHandlerWithTarget<TableSectionElement> listener, bool capture)
 {
 }
 public void AddEventListener(TableSectionElementEvents type, Action listener)
 {
 }
 public void AddEventListener(TableSectionElementEvents type, Action listener, bool capture)
 {
 }
 public void RemoveEventListener(TableSectionElementEvents type, IEventListener listener)
 {
 }
 public void RemoveEventListener(TableSectionElementEvents type, IEventListener listener, bool capture)
 {
 }
 public void RemoveEventListener(TableSectionElementEvents type, Action listener)
 {
 }
 public void RemoveEventListener(TableSectionElementEvents type, HtmlEventHandlerWithTarget<TableSectionElement> listener)
 {
 }
 public void AddEventListener(TableSectionElementEvents type, IEventListener listener)
 {
 }
Exemplo n.º 10
0
 public void AddEventListener(TableSectionElementEvents type, IEventListener listener, bool capture)
 {
 }
Exemplo n.º 11
0
 public void AddEventListener(TableSectionElementEvents type, HtmlEventHandlerWithTarget <TableSectionElement> listener, bool capture)
 {
 }
Exemplo n.º 12
0
 public void AddEventListener(TableSectionElementEvents type, HtmlEventHandler listener)
 {
 }
Exemplo n.º 13
0
 public void RemoveEventListener(TableSectionElementEvents type, HtmlEventHandlerWithTarget <TableSectionElement> listener)
 {
 }
Exemplo n.º 14
0
 public void RemoveEventListener(TableSectionElementEvents type, HtmlEventHandler listener, bool capture)
 {
 }
Exemplo n.º 15
0
 public void RemoveEventListener(TableSectionElementEvents type, Action listener, bool capture)
 {
 }