System.Html.Notifications.Notification.RemoveEventListener C# (CSharp) Méthode

RemoveEventListener() public méthode

public RemoveEventListener ( NotificationEvents type, Action listener ) : void
type NotificationEvents
listener Action
Résultat 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