Search
Events.tableColumnResizing Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: Events.js

 Syntax

JavaScript  Copy Code

get tableColumnResizing() {}
set tableColumnResizing(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive a CellEventArgs instance as argument.

 See Also