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