Skip to main content

RecurrenceControlBase.RecurrenceInfoChanged Event

Fires when an end user changes the information on a recurrence control.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public event EventHandler RecurrenceInfoChanged

Event Data

The RecurrenceInfoChanged event's data class is EventArgs.

Remarks

Handle the RecurrenceInfoChanged event to perform actions every time the recurrence control information is changed. Note that the control is an event argument, and the recurrence settings can be accessed via its RecurrenceControlBase.RecurrenceInfo property.

See Also