System.Html.Window.AddEventListener C# (CSharp) 메소드

AddEventListener() 공개 정적인 메소드

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