Skip to main content

SchedulerControl.RemindersDialogShowing Event

In This Article

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public event EventHandler<RemindersDialogShowingEventArgs> RemindersDialogShowing

#Event Data

The RemindersDialogShowing event's data class is DevExpress.UI.Xaml.Scheduler.RemindersDialogShowingEventArgs.

See Also