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

ASPxScheduler.VisibleIntervalChanged Event

Fires when the time interval represented by the control’s scheduling area has been changed.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

public event EventHandler VisibleIntervalChanged

Event Data

The VisibleIntervalChanged event's data class is EventArgs.

Remarks

The VisibleIntervalChanged event is generated each time the time interval represented by the scheduling area has been changed.

The displayed time interval can be changed by assigning a new value to the scheduler’s ASPxScheduler.Start property, by selecting/deselecting a date within the associated controls, by changing the scheduler’s active view etc.

See Also