Skip to main content

NotificationClickEventArgs

Namespace: Wisej.Web.Ext.Notification

Assembly: Wisej.Web.Ext.Notification

Provides data for the Click events.

public class NotificationClickEventArgs : EventArgs

Constructors

Instance memberNotificationClickEventArgs(title, id)

Initializes a new instance of the NotificationClickEventArgs class.

NameTypeDescription
titleStringTitle of the clicked notification.
idStringId of the clicked notification.

Properties

Instance memberId

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

Instance memberTitle

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