Back to Devexpress

DefaultNotificationsProvider.CustomizeNotificationCollectionCriteria Event

expressappframework-devexpress-dot-expressapp-dot-notifications-dot-defaultnotificationsprovider.md

latest1.8 KB
Original Source

DefaultNotificationsProvider.CustomizeNotificationCollectionCriteria Event

Occurs before a criteria is applied to the notifications collection.

Namespace : DevExpress.ExpressApp.Notifications

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

NuGet Package : DevExpress.ExpressApp.Notifications

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

DefaultNotificationsProvider Class

DefaultNotificationsProvider Members

DevExpress.ExpressApp.Notifications Namespace