Back to Devexpress

RecurrenceControlBase.RecurrenceInfoChanged Event

windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-recurrencecontrolbase-73d99bbb.md

latest1.5 KB
Original Source

RecurrenceControlBase.RecurrenceInfoChanged Event

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

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public event EventHandler RecurrenceInfoChanged
vb
Public Event RecurrenceInfoChanged As EventHandler

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

RecurrenceControlBase Class

RecurrenceControlBase Members

DevExpress.XtraScheduler.UI Namespace