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