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

AddEventListener() public static method

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

Same methods

Document::AddEventListener ( DocumentBaseEvents type, Action listener, bool capture ) : void
Document::AddEventListener ( DocumentBaseEvents type, HtmlEventHandler listener ) : void
Document::AddEventListener ( DocumentBaseEvents type, HtmlEventHandler listener, bool capture ) : void
Document::AddEventListener ( DocumentBaseEvents type, HtmlEventHandlerWithTarget listener ) : void
Document::AddEventListener ( DocumentBaseEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
Document::AddEventListener ( DocumentBaseEvents type, IEventListener listener ) : void
Document::AddEventListener ( DocumentBaseEvents type, IEventListener listener, bool capture ) : void
Document::AddEventListener ( DocumentInstanceEvents type, Action listener ) : void
Document::AddEventListener ( DocumentInstanceEvents type, Action listener, bool capture ) : void
Document::AddEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener ) : void
Document::AddEventListener ( DocumentInstanceEvents type, HtmlEventHandler listener, bool capture ) : void
Document::AddEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener ) : void
Document::AddEventListener ( DocumentInstanceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
Document::AddEventListener ( DocumentInstanceEvents type, IEventListener listener ) : void
Document::AddEventListener ( DocumentInstanceEvents type, IEventListener listener, bool capture ) : void
Document::AddEventListener ( XmlNodeEvents type, Action listener ) : void
Document::AddEventListener ( XmlNodeEvents type, Action listener, bool capture ) : void
Document::AddEventListener ( XmlNodeEvents type, HtmlEventHandler listener ) : void
Document::AddEventListener ( XmlNodeEvents type, HtmlEventHandler listener, bool capture ) : void
Document::AddEventListener ( XmlNodeEvents type, HtmlEventHandlerWithTarget listener ) : void
Document::AddEventListener ( XmlNodeEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
Document::AddEventListener ( XmlNodeEvents type, IEventListener listener ) : void
Document::AddEventListener ( XmlNodeEvents type, IEventListener listener, bool capture ) : void
Document::AddEventListener ( string type, Action listener ) : void
Document::AddEventListener ( string type, Action listener, bool capture ) : void
Document::AddEventListener ( string type, Action listener, bool capture, bool wantsUntrusted ) : void
Document::AddEventListener ( string type, HtmlEventHandler listener ) : void
Document::AddEventListener ( string type, HtmlEventHandler listener, bool capture ) : void
Document::AddEventListener ( string type, HtmlEventHandler listener, bool capture, bool wantsUntrusted ) : void
Document::AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
Document::AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
Document::AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
Document::AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
Document::AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
Document::AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
Document::AddEventListener ( string type, IEventListener listener ) : void
Document::AddEventListener ( string type, IEventListener listener, bool capture ) : void
Document::AddEventListener ( string type, IEventListener listener, bool capture, bool wantsUntrusted ) : void