MindFusion.Wpf Pack Programmer's Guide
NodeEventArgs Constructor (DiagramNode, Point, AdjustmentHandles)
See Also
 





Initializes a new instance of the NodeEventArgs class.

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

node
The DiagramNode related to the event.
mousePosition

The position of the mouse cursor, in document coordinates.

adjustmentHandle

A member of the AdjustmentHandles enumeration specifying what kind of handle was used to modify the node.

 See Also

NodeEventArgs Constructor Overload List
NodeEventArgs Class
MindFusion.Diagramming.Wpf Namespace