Search
DiagramBase.TableColumnResized Event
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler<CellEventArgs> TableColumnResized

Visual Basic  Copy Code

Public Event TableColumnResized As EventHandler(Of CellEventArgs)

 See Also