NotificationItemsEventArgs Class
Arguments passed to the NotificationsController.CustomProcessNotifications event.
Namespace: DevExpress.Persistent.Base.General
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Remarks
The CustomProcessNotifications event occurs before the notification window is shown. Handle this event to apply a custom processing to the notification list.
Inheritance
Object
EventArgs
HandledEventArgs
NotificationItemsEventArgs
See Also