WinShowViewStrategyBase.CustomizeToastNotificationsManager Event
In This Article
Namespace: DevExpress.ExpressApp.Win
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
#Declaration
public event EventHandler<CustomizeToastNotificationsManagerEventArgs> CustomizeToastNotificationsManager
#Event Data
The CustomizeToastNotificationsManager event's data class is DevExpress.ExpressApp.Win.CustomizeToastNotificationsManagerEventArgs.
See Also