A newer version of this page is available.
Switch to the current version.
TimeOfDayInterval.Changing Event
Fires before the TimeOfDayInterval is changed.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
public event CancellablePropertyChangingEventHandler Changing
Public Event Changing As CancellablePropertyChangingEventHandler
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
Feedback