Raised when the user finished resizing a header.
Namespace: MindFusion.Diagramming
File: Events.js
SyntaxJavaScript
Copy Code
|
|---|
get headerResized() {} |
String
A string containing the event name.
RemarksEvent handlers receive a HeaderResizeEventArgs instance as argument.
See Also