Search
Events.createEditControl Property
See Also
 






Raised to let you create a custom inplace editor control.

Namespace: MindFusion.Diagramming
File: Events.js

 Syntax

JavaScript  Copy Code

get createEditControl() {}
set createEditControl(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive an InplaceEditEventArgs instance as argument.

 See Also