Skip to main content
A newer version of this page is available. .

NotificationItemsEventArgs Class

Namespace: DevExpress.Persistent.Base.General

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