Search
DiagramBase.TableRowResized Event
See Also
 





Raised when the user finishes resizing a row in a table.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler<CellEventArgs> TableRowResized

Visual Basic  Copy Code

Public Event TableRowResized As EventHandler(Of CellEventArgs)

 See Also