Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RecurrenceControlBase.RecurrenceInfoChanged Event

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

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v24.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