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

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void
        public void AddEventListener(string type, HtmlEventHandlerWithTarget<WindowInstance> listener, bool capture)
        {
        }

Same methods

WindowInstance::AddEventListener ( WindowInstanceEvents type, System.Action listener ) : void
WindowInstance::AddEventListener ( WindowInstanceEvents type, System.Action listener, bool capture ) : void
WindowInstance::AddEventListener ( WindowInstanceEvents type, HtmlEventHandler listener ) : void
WindowInstance::AddEventListener ( WindowInstanceEvents type, HtmlEventHandler listener, bool capture ) : void
WindowInstance::AddEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget listener ) : void
WindowInstance::AddEventListener ( WindowInstanceEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
WindowInstance::AddEventListener ( WindowInstanceEvents type, IEventListener listener ) : void
WindowInstance::AddEventListener ( WindowInstanceEvents type, IEventListener listener, bool capture ) : void
WindowInstance::AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void