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

AddEventListener() public method

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

Same methods

BodyElement::AddEventListener ( BodyElementEvents type, Action listener, bool capture ) : void
BodyElement::AddEventListener ( BodyElementEvents type, HtmlEventHandler listener ) : void
BodyElement::AddEventListener ( BodyElementEvents type, HtmlEventHandler listener, bool capture ) : void
BodyElement::AddEventListener ( BodyElementEvents type, HtmlEventHandlerWithTarget listener ) : void
BodyElement::AddEventListener ( BodyElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
BodyElement::AddEventListener ( BodyElementEvents type, IEventListener listener ) : void
BodyElement::AddEventListener ( BodyElementEvents type, IEventListener listener, bool capture ) : void
BodyElement::AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
BodyElement::AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void