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

AddEventListener() public method

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

Same methods

ShadowRoot::AddEventListener ( ShadowRootEvents type, Action listener, bool capture ) : void
ShadowRoot::AddEventListener ( ShadowRootEvents type, HtmlEventHandler listener ) : void
ShadowRoot::AddEventListener ( ShadowRootEvents type, HtmlEventHandler listener, bool capture ) : void
ShadowRoot::AddEventListener ( ShadowRootEvents type, HtmlEventHandlerWithTarget listener ) : void
ShadowRoot::AddEventListener ( ShadowRootEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
ShadowRoot::AddEventListener ( ShadowRootEvents type, IEventListener listener ) : void
ShadowRoot::AddEventListener ( ShadowRootEvents type, IEventListener listener, bool capture ) : void
ShadowRoot::AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
ShadowRoot::AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void