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

ASPxClientTrackBar.TrackStart Event

Occurs on the client-side when an end-user presses a drag handle and moves it.

Declaration

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
processOnServer 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