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

AddEventListener() public static method

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

Same methods

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