Raised when the bounding rectangle of a cell has been changed.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public event CellBoundsEventHandler CellBoundsChanged |
Visual Basic Copy Code |
---|
Public Event CellBoundsChanged As CellBoundsEventHandler |
CellBoundsChanged event handlers receive an argument of type CellBoundsEventArgs.
By default, diagram items are not affected by resizing cells in the lanes grid. By handling this event, you can move or resize items so that they stay aligned to their enclosing grid elements, as suits your application logic.