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

AddEventListener() public method

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

Same methods

FormElement::AddEventListener ( FormElementEvents type, Action listener, bool capture ) : void
FormElement::AddEventListener ( FormElementEvents type, HtmlEventHandler listener ) : void
FormElement::AddEventListener ( FormElementEvents type, HtmlEventHandler listener, bool capture ) : void
FormElement::AddEventListener ( FormElementEvents type, HtmlEventHandlerWithTarget listener ) : void
FormElement::AddEventListener ( FormElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
FormElement::AddEventListener ( FormElementEvents type, IEventListener listener ) : void
FormElement::AddEventListener ( FormElementEvents type, IEventListener listener, bool capture ) : void
FormElement::AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
FormElement::AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void