Skip to main content
All docs
V25.1
  • constructor(shape, newPosition, oldPosition) Constructor

    Initializes a new instance of the ASPxClientDiagramMoveShapeEventArgs class with specified settings.

    Declaration

    constructor(
        shape: DiagramShape,
        newPosition: any,
        oldPosition: any
    )

    Parameters

    Name Type Description
    shape DiagramShape

    The processed shape.

    newPosition any

    The new shape position (x- and y-coordinates).

    oldPosition any

    The previous shape position (x- and y-coordinates).

    See Also