Search
Events.hitTestAdjustmentHandles Property
See Also
 





Raised to hit-test custom adjustment handles.

Namespace: MindFusion.Diagramming
Package: Events.js

 Syntax

JavaScript  Copy Code

get hitTestAdjustmentHandles() {}
set hitTestAdjustmentHandles(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive either NodeEventArgs or LinkEventArgs instance as argument, depending on the item type.

 See Also