Search
NodeEventArgs Constructor (DiagramNode, PointF, AdjustmentHandles)
See Also
 





Initializes a new instance of the NodeEventArgs class.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public NodeEventArgs (
    DiagramNode node,
    PointF mousePosition,
    AdjustmentHandles adjustmentHandle
)

Visual Basic  Copy Code

Public New ( _
    node As DiagramNode, _
    mousePosition As PointF, _
    adjustmentHandle As AdjustmentHandles _
)

 Parameters

node

The DiagramNode related to the event.

mousePosition

The position of the mouse cursor, in document coordinates.

adjustmentHandle

The zero-based index of the adjustment handle related to the event.

 See Also