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

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

A Decimal value specifying the current main drag handle position.

currentPositionEnd number

A Decimal value specifying the current secondary drag handle position.

newPositionStart number

A Decimal value specifying a position where the main drag handle is being moved.

newPositionEnd number

A Decimal value specifying a position where the secondary drag handle is being moved.

See Also