Skip to main content

ReminderBase.RemindTimeChanged Event

Fires when the alert time changes.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public event EventHandler RemindTimeChanged

#Event Data

The RemindTimeChanged event's handler receives an argument of the EventArgs type.

#Remarks

The alert time is calculated using the following formula: ReminderBase.AlertTime = Appointment.Start - ReminderBase.TimeBeforeStart. The RemindTimeChanged event serves as notification that the reminder's alert time has been changed, i.e. the ReminderBase.TimeBeforeStart or Appointment.Start property has been changed.

See Also