Raised when the user resizes a row in a table interactively.
Namespace: MindFusion.Diagramming
File: Events.js
SyntaxJavaScript
Copy Code
|
|---|
get tableRowResizing() {} |
String
A string containing the event name.
RemarksEvent handlers receive a CellEventArgs instance as argument.
See Also