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

AddEventListener() public method

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

Same methods

OutputElement::AddEventListener ( OutputElementEvents type, Action listener, bool capture ) : void
OutputElement::AddEventListener ( OutputElementEvents type, HtmlEventHandler listener ) : void
OutputElement::AddEventListener ( OutputElementEvents type, HtmlEventHandler listener, bool capture ) : void
OutputElement::AddEventListener ( OutputElementEvents type, HtmlEventHandlerWithTarget listener ) : void
OutputElement::AddEventListener ( OutputElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
OutputElement::AddEventListener ( OutputElementEvents type, IEventListener listener ) : void
OutputElement::AddEventListener ( OutputElementEvents type, IEventListener listener, bool capture ) : void
OutputElement::AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
OutputElement::AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void