Raised when the control is loaded. For internal use by MindFusion ASP.NET WebForms / MVC controls.
Namespace: MindFusion.Diagramming
Assembly: Events.js
SyntaxJavaScript
Copy Code
|
|---|
get controlLoaded() {} |
String
A string containing the event name.
RemarksUnlike most events listed here, the event listener must be added to DiagramView instead of Diagram, and respectively the sender argument of handler function is set to the view.
See Also