TimeOfDayInterval.Changed Event
Fires when the TimeOfDayInterval is changed.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Event Data
The Changed event's data class is EventArgs.
Remarks
This event occurs when the TimeOfDayInterval.Start, TimeOfDayInterval.End or TimeOfDayInterval.Duration properties are changed.
See Also