NotificationClickEventArgs

Wisej.Web.Ext.Notification.NotificationClickEventArgs

Namespace: Wisej.Web.Ext.Notification

Assembly: Wisej.Web.Ext.Notification (3.2.0.0)

Provides data for the Click events.

public class NotificationClickEventArgs : EventArgs

Constructors

Initializes a new instance of the NotificationClickEventArgs class.

NameTypeDescription

title

Title of the clicked notification.

id

Id of the clicked notification.

Properties

String: Returns the ID of the notification that was clicked.

String: Returns the title of the notification that was clicked.

Last updated