Search
HitTestEventArgs Class
See Also
 





Contains the arguments passed to the HitTestAdjustmentHandles event handlers.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class HitTestEventArgs : EventArgs

Visual Basic  Copy Code

Public Class HitTestEventArgs
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Diagramming.HitTestEventArgs

 See Also