Skip to main content
All docs
V25.1
  • ASPxClientDiagramMoveShapeEventArgs Class

    Contains information about the processed shape.

    Declaration

    declare class ASPxClientDiagramMoveShapeEventArgs extends ASPxClientEventArgs

    Remarks

    The Diagam control raises the RequestEditOperation event to request clarification about edit operation availability. The event argument’s args property returns an object of the ASPxClientDiagramMoveShapeEventArgs type when the control processes the MoveShape operation.

    For more information on edit operation restrictions, refer to the following help topic: Restrict Edit Operations.

    Inheritance

    ASPxClientEventArgs
    ASPxClientDiagramMoveShapeEventArgs
    See Also