Search
DiagramBase.QueryAutoHandlesItem Event
See Also
 





Raised to let the application override AutoHandlesItem.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public event EventHandler<HitTestEventArgs> QueryAutoHandlesItem

Visual Basic  Copy Code

Public Event QueryAutoHandlesItem As EventHandler(Of HitTestEventArgs)

 See Also