ReminderBase.RemindTimeChanged Event
Fires when the alert time changes.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Event Data
The RemindTimeChanged event's data class is EventArgs.
Remarks
The alert time is calculated using the following formula: ReminderBase.AlertTime = Appointment.Start - ReminderBase.TimeBeforeStart. The RemindTimeChanged event serves as a notification that the reminder’s alert time has been changed, i.e. the ReminderBase.TimeBeforeStart or Appointment.Start property has been changed.
See Also