Skip to main content
A newer version of this page is available. .

WeekDaysCheckEdit.WeekDaysChanged Event

Fires when the control’s weekday checkbox changes its state.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.1.dll

Declaration

public event EventHandler WeekDaysChanged

Event Data

The WeekDaysChanged event's data class is EventArgs.

Remarks

This event occurs when a checkbox representing a day of the week within the WeekDaysCheckEdit control is checked or unchecked. The control’s WeekDaysCheckEdit.WeekDays property is changed , and then the event is fired.

See Also