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

AddEventListener() public method

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

Same methods

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