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

ASPxClientTrackBar.TrackEnd Event

Occurs on the client-side when an end-user releases a drag handle after moving it.

Declaration

TrackEnd: ASPxClientEvent<ASPxClientProcessingModeEventHandler<ASPxClientTrackBar>>

Event Data

The TrackEnd event's data class is ASPxClientProcessingModeEventArgs. The following properties provide information specific to this event:

Property Description
processOnServer Specifies whether or not to process the event on the server.

Remarks

eWhen an end-user presses the drag handle and moves it, the ASPxClientTrackBar.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 TrackEnd event occurs.

See Also