System.Html.TableSectionElement.AddEventListener C# (CSharp) Method

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void
        public void AddEventListener(string type, HtmlEventHandlerWithTarget<TableSectionElement> listener)
        {
        }

Same methods

TableSectionElement::AddEventListener ( TableSectionElementEvents type, System.Action listener ) : void
TableSectionElement::AddEventListener ( TableSectionElementEvents type, System.Action listener, bool capture ) : void
TableSectionElement::AddEventListener ( TableSectionElementEvents type, HtmlEventHandler listener ) : void
TableSectionElement::AddEventListener ( TableSectionElementEvents type, HtmlEventHandler listener, bool capture ) : void
TableSectionElement::AddEventListener ( TableSectionElementEvents type, HtmlEventHandlerWithTarget listener ) : void
TableSectionElement::AddEventListener ( TableSectionElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
TableSectionElement::AddEventListener ( TableSectionElementEvents type, IEventListener listener ) : void
TableSectionElement::AddEventListener ( TableSectionElementEvents type, IEventListener listener, bool capture ) : void
TableSectionElement::AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void