System.Html.BodyElement.AddEventListener C# (CSharp) Méthode

AddEventListener() public méthode

public AddEventListener ( BodyElementEvents type, Action listener ) : void
type BodyElementEvents
listener Action
Résultat 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