System.Html.Window.AddEventListener C# (CSharp) Méthode

AddEventListener() public static méthode

public static AddEventListener ( string type, IEventListener listener, bool capture, bool wantsUntrusted ) : void
type string
listener IEventListener
capture bool
wantsUntrusted bool
Résultat void
        public static void AddEventListener(string type, IEventListener listener, bool capture, bool? wantsUntrusted)
        {
        }

Same methods

Window::AddEventListener ( WindowInstanceEvents type, System.Action listener ) : void
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