Search
Events.repaint Property
See Also
 





Raised when the diagram has been repainted.

Namespace: MindFusion.Diagramming
Package: Events.js

 Syntax

JavaScript  Copy Code

get repaint() {}
set repaint(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive an EventArgs instance as argument.

 See Also