This property is considered when raising QueryAutoHandlesItem event. Set it to true to prevent diagram's built-in AutoHandlesItem logic.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool Handled { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Handled As Boolean |
false to apply built-in AutoHandlesItem hit-testing logic, or true otherwise.
See Also