Raised when the user finishes resizing a column in a table.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<CellEventArgs> TableColumnResized |
Visual Basic
Copy Code
|
|---|
Public Event TableColumnResized As EventHandler(Of CellEventArgs) |
See Also