Raised when the bounding rectangle of a cell has been changed.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<CellBoundsEventArgs> CellBoundsChanged |
Visual Basic
Copy Code
|
|---|
Public Event CellBoundsChanged As EventHandler(Of CellBoundsEventArgs) |
See Also