ASPxClientScheduler.SelectionChanging Event
Occurs on the client side when the time cell selection is about to change.
Declaration
SelectionChanging: ASPxClientEvent<ASPxClientEventHandler<ASPxClientScheduler>>
Event Data
The SelectionChanging event's data class is ASPxClientEventArgs.
Remarks
This event allows getting the scheduler’s selected interval before it is changed. You can use the ASPxClientScheduler.GetSelectedInterval method to accomplish this.
After a selection is changed, the ASPxClientScheduler.SelectionChanged event occurs.
See Also