Back to Devexpress

NotificationsProvider.CustomizeNotificationCollectionCriteria Event

expressappframework-devexpress-dot-expressapp-dot-scheduler-dot-notificationsprovider.md

latest1.7 KB
Original Source

NotificationsProvider.CustomizeNotificationCollectionCriteria Event

Occurs before a criteria is applied to the notifications collection.

Namespace : DevExpress.ExpressApp.Scheduler

Assembly : DevExpress.ExpressApp.Scheduler.v25.2.dll

NuGet Package : DevExpress.ExpressApp.Scheduler

Declaration

csharp
public event EventHandler<CustomizeCollectionCriteriaEventArgs> CustomizeNotificationCollectionCriteria
vb
Public Event CustomizeNotificationCollectionCriteria As EventHandler(Of CustomizeCollectionCriteriaEventArgs)

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

NotificationsProvider Class

NotificationsProvider Members

DevExpress.ExpressApp.Scheduler Namespace