Raised when the user modifies the shape of a ShapeNode by moving one of the control points corresponding to shape formula parameters.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ControlPointEventArgs> ShapeModified |
Visual Basic
Copy Code
|
|---|
Public Event ShapeModified As EventHandler(Of ControlPointEventArgs) |
Event DataShapeModified event handlers receive an argument of type ControlPointEventArgs. The following ControlPointEventArgs members provide information relevant to the event:
Member name | Description |
|---|---|
Gets the ShapeControlPoint used to modify the node's shape. | |
Gets the new position of the control point. | |
Gets the original position of the control point. |
See Also