NotificationItemsEventArgs Class
In This Article
Arguments passed to the NotificationsController.CustomProcessNotifications event.
Namespace: DevExpress.Persistent.Base.General
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
#Declaration
public class NotificationItemsEventArgs :
HandledEventArgs
#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