Raised when the size of the diagram canvas has changed.
Namespace: MindFusion.Diagramming
Assembly: Events.js
SyntaxJavaScript
Copy Code
|
|---|
get sizeChanged() {} |
String
A string containing the event name.
RemarksEvent handlers receive an EventArgs instance as argument.
See Also