Skip to main content

NotificationItemsEventArgs Class

Namespace: DevExpress.Persistent.Base.General

Assembly: DevExpress.Persistent.Base.v25.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