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

AddEventListener() public method

public AddEventListener ( WindowInstanceEvents type, System.Action listener ) : void
type WindowInstanceEvents
listener System.Action
return void
        public void AddEventListener(WindowInstanceEvents type, Action listener)
        {
        }

Same methods

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
WindowInstance::AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void