System.Html.Notifications.Notification.RemoveEventListener C# (CSharp) Method

RemoveEventListener() public method

public RemoveEventListener ( NotificationEvents type, Action listener ) : void
type NotificationEvents
listener Action
return void
        public void RemoveEventListener(NotificationEvents type, Action listener)
        {
        }

Same methods

Notification::RemoveEventListener ( NotificationEvents type, Action listener, bool capture ) : void
Notification::RemoveEventListener ( NotificationEvents type, HtmlEventHandler listener ) : void
Notification::RemoveEventListener ( NotificationEvents type, HtmlEventHandler listener, bool capture ) : void
Notification::RemoveEventListener ( NotificationEvents type, HtmlEventHandlerWithTarget listener ) : void
Notification::RemoveEventListener ( NotificationEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
Notification::RemoveEventListener ( NotificationEvents type, IEventListener listener ) : void
Notification::RemoveEventListener ( NotificationEvents type, IEventListener listener, bool capture ) : void
Notification::RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
Notification::RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void