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

ASPxClientTrackBar.Track Event

Occurs on the client-side when an end-user moves a cursor while the drag handle is held down.

Declaration

Track: ASPxClientEvent<ASPxClientProcessingModeEventHandler<ASPxClientTrackBar>>

Event Data

The Track 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 ASPxClientTrackBar.TrackStart event occurs. While the handle is held down, every change of the cursor position invokes the Track event. When the end-user releases a handle, the ASPxClientTrackBar.TrackEnd event occurs.

See Also