Search
Events.tableRowResizing Property
See Also
 





Raised when the user resizes a row in a table interactively.

Namespace: MindFusion.Diagramming
Package: Events.js

 Syntax

JavaScript  Copy Code

get tableRowResizing() {}
set tableRowResizing(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive a CellEventArgs instance as argument.

 See Also