Skip to main content
.NET 6.0+

DefaultNotificationsProvider.CustomizeNotificationCollectionCriteria Event

Occurs before a criteria is applied to the notifications collection.

Namespace: DevExpress.ExpressApp.Notifications

Assembly: DevExpress.ExpressApp.Notifications.v23.2.dll

Declaration

public event EventHandler<CustomizeCollectionCriteriaEventArgs> CustomizeNotificationCollectionCriteria

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