ASPxClientDiagramMoveShapeEventArgs Members
Contains information about the processed shape.Constructors
Name | Description |
---|---|
constructor(shape, newPosition, oldPosition) | Initializes a new instance of the ASPxClientDiagramMoveShapeEventArgs class with specified settings. |
Properties
Name | Description |
---|---|
newPosition | The new shape position (x- and y-coordinates). |
oldPosition | The previous shape position (x- and y-coordinates). |
shape | The processed shape. |
See Also