Search
Events.controlLoaded Property
See Also
 






Raised when the control is loaded. For internal use by MindFusion ASP.NET WebForms / MVC controls.

Namespace: MindFusion.Diagramming
File: Events.js

 Syntax

JavaScript  Copy Code

get controlLoaded() {}
set controlLoaded(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Unlike 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