Raised when the user resizes a row in a table interactively.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<CellValidationEventArgs> TableRowResizing |
Visual Basic
Copy Code
|
|---|
Public Event TableRowResizing As EventHandler(Of CellValidationEventArgs) |
See Also