System.Html.TimeElement.AddEventListener C# (CSharp) 메소드

AddEventListener() 공개 메소드

public AddEventListener ( TimeElementEvents type, Action listener ) : void
type TimeElementEvents
listener Action
리턴 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