RecurrenceControlBase.RecurrenceInfoChanged Event
Fires when an end user changes the information on a recurrence control.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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