TimeOfDayInterval.Changed Event
Fires when the TimeOfDayInterval is changed.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
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