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.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ControlPointEventArgs> ShapeModified |
Visual Basic
Copy Code
|
|---|
Public Event ShapeModified As EventHandler(Of ControlPointEventArgs) |
See Also