Search
Events.tableColumnResized Property
See Also
 





Raised when the user finishes resizing a column in a table.

Namespace: MindFusion.Diagramming
Package: Events.js

 Syntax

JavaScript  Copy Code

get tableColumnResized() {}
set tableColumnResized(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive a CellEventArgs instance as argument.

 See Also