ASPxScheduler.VisibleIntervalChanged Event
In This Article
Fires when the time interval represented by the control’s scheduling area has been changed.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#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