Search
HitTestEventArgs.Handled Property
See Also
 





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

 Syntax

C#  Copy Code

public bool Handled { get; set; }

Visual Basic  Copy Code

Public Property Handled As Boolean

 Property Value

false to apply built-in AutoHandlesItem hit-testing logic, or true otherwise.

 See Also