Raised when the user resizes a row in a table interactively.
Namespace: MindFusion.Diagramming
File: DiagramBase.js
SyntaxJavaScript
Copy Code
|
|---|
| diagram.tableRowResizing.addEventListener(onTableRowResizing); function onTableRowResizing(sender, args) { } |
Event DataEvent handlers receive a CellEventArgs instance containing data about this event.
See Also