Skip to main content
.NET 6.0+

NotificationItemsEventArgs Class

Namespace: DevExpress.Persistent.Base.General

Assembly: DevExpress.Persistent.Base.v23.2.dll

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