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

INotificationsProvider Interface

Declares members implemented by Notifications Providers.

Namespace: DevExpress.Persistent.Base.General

Assembly: DevExpress.Persistent.Base.v18.2.dll

Declaration

public interface INotificationsProvider

Remarks

You can create a custom provider by implementing the INotificationsProvider interface. To register a provider, use the NotificationsService.RegisterNotificationsProvider method.

See Also