Skip to main content

TimeOfDayInterval.Changed Event

Fires when the TimeOfDayInterval is changed.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public event EventHandler Changed

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