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

AddEventListener() public method

public AddEventListener ( TimeElementEvents type, Action listener ) : void
type TimeElementEvents
listener Action
return void
        public void AddEventListener(TimeElementEvents type, Action listener)
        {
        }

Same methods

TimeElement::AddEventListener ( TimeElementEvents type, Action listener, bool capture ) : void
TimeElement::AddEventListener ( TimeElementEvents type, HtmlEventHandler listener ) : void
TimeElement::AddEventListener ( TimeElementEvents type, HtmlEventHandler listener, bool capture ) : void
TimeElement::AddEventListener ( TimeElementEvents type, HtmlEventHandlerWithTarget listener ) : void
TimeElement::AddEventListener ( TimeElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
TimeElement::AddEventListener ( TimeElementEvents type, IEventListener listener ) : void
TimeElement::AddEventListener ( TimeElementEvents type, IEventListener listener, bool capture ) : void
TimeElement::AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
TimeElement::AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void