TimeOfDayInterval.Changing Event
In This Article
Fires before the TimeOfDayInterval is changed.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
#Event Data
The Changing event's data class is DevExpress.XtraScheduler.CancellablePropertyChangingEventArgs.
#Remarks
This event occurs before the TimeOfDayInterval.Start, TimeOfDayInterval.End or TimeOfDayInterval.Duration properties are changed.
Set the e.Cancel property to true to cancel changes.
See Also