NotificationsProvider(XafApplication, HashSet<ITypeInfo>) Constructor
In This Article
Initializes a new instance of the NotificationsProvider class.
Namespace: DevExpress.ExpressApp.Scheduler
Assembly: DevExpress.ExpressApp.Scheduler.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Scheduler
#Declaration
public NotificationsProvider(
XafApplication application,
HashSet<ITypeInfo> eventsType
)
#Parameters
Name | Type | Description |
---|---|---|
application | Xaf |
An Xaf |
events |
Hash |
A set of event types supported by Notifications |
See Also