Skip to main content
A newer version of this page is available. .

TimeOfDayInterval.Changed Event

Fires when the TimeOfDayInterval is changed.

Namespace: DevExpress.XtraScheduler

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

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