NotificationClickEventArgs
Namespace: Wisej.Web.Ext.Notification
Assembly: Wisej.Web.Ext.Notification
Provides data for the Click events.
- C#
- VB.NET
public class NotificationClickEventArgs : EventArgs
Public Class NotificationClickEventArgs
Inherits EventArgs
Constructors
NotificationClickEventArgs(title, id)
Initializes a new instance of the NotificationClickEventArgs class.
| Name | Type | Description |
|---|---|---|
| title | String | Title of the clicked notification. |
| id | String | 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.