constructor(currentPositionStart, currentPositionEnd, newPositionStart, newPositionEnd) Constructor
Initializes a new instance of the ASPxClientTrackBarPositionChangingEventArgs object with the specified setting.
Declaration
constructor(
currentPositionStart: number,
currentPositionEnd: number,
newPositionStart: number,
newPositionEnd: number
)
Parameters
| Name | Type | Description |
|---|---|---|
| currentPositionStart | number | The current main drag handle position. |
| currentPositionEnd | number | The current secondary drag handle position. |
| newPositionStart | number | The position where the main drag handle is being moved. |
| newPositionEnd | number | The position where the secondary drag handle is being moved. |
See Also