Skip to main content

TimeOfDayInterval.Changing Event

Fires before the TimeOfDayInterval is changed.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.1.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public event CancellablePropertyChangingEventHandler Changing

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