Class NotificationSessionEventArgs
- Namespace
- XENBIT.ResQueServe.Core.Models
- Assembly
- RQS.Core.dll
Represents event arguments for a notification-related session event.
public class NotificationSessionEventArgs : SessionEventArgs
- Inheritance
-
NotificationSessionEventArgs
- Inherited Members
Properties
Notification
Gets or sets the notification associated with the session event.
public required INotification Notification { get; init; }