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

ASPxClientTrackBarPositionChangingEventArgs Members

Provides data for the ASPxClientTrackBar.PositionChanging event.

Constructors

Name Description
constructor(currentPositionStart, currentPositionEnd, newPositionStart, newPositionEnd) Initializes a new instance of the ASPxClientTrackBarPositionChangingEventArgs object with the specified setting.

Properties

Name Description
cancel Gets or sets a value indicating whether the action which raised the event should be canceled.
currentPosition Gets the current drag handle position.
currentPositionEnd Gets the current secondary drag handle position.
currentPositionStart Gets the current main drag handle position.
newPosition Gets a position where the drag handle is being moved.
newPositionEnd Gets a position where the secondary drag handle is being moved.
newPositionStart Gets a position where the main drag handle is being moved.
processOnServer Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs.
See Also