DefaultNotificationsProvider.CustomizeNotificationCollectionCriteria Event
Occurs before a criteria is applied to the notifications collection.
Namespace: DevExpress.ExpressApp.Notifications
Assembly: DevExpress.ExpressApp.Notifications.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Notifications
Declaration
Event Data
The CustomizeNotificationCollectionCriteria event's data class is DevExpress.Persistent.Base.General.CustomizeCollectionCriteriaEventArgs.
Remarks
Handle this event to customize the notifications criteria. An example is provided in the How to: Show Notifications to a Specific User topic.
See Also