ASPxClientTrackBar.TrackStart Event
In This Article
Occurs on the client-side when an end-user presses a drag handle and moves it.
#Declaration
TypeScript
TrackStart: ASPxClientEvent<ASPxClientProcessingModeEventHandler<ASPxClientTrackBar>>
#Event Data
The TrackStart event's data class is ASPxClientProcessingModeEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
process |
Specifies whether or not to process the event on the server. |
#Remarks
When an end-user presses the drag handle and moves it, the TrackStart event occurs. While the handle is held down, every change of a cursor position invokes the ASPxClientTrackBar.Track event. When the end-user releases a handle, the ASPxClientTrackBar.TrackEnd event occurs.
See Also