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

NotificationClickEventArgs(title, id)

Initializes a new instance of the NotificationClickEventArgs class.

Name
Type
Description

title

Title of the clicked notification.

id

Id of the clicked notification.

Properties

Id

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

Title

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

Last updated

Was this helpful?