DiagramLite Programmer's Guide
NodeEventArgs Constructor (DiagramNode, Point, AdjustmentHandles)
See Also
 





Initializes a new instance of the NodeEventArgs class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Function NodeEventArgs ( _
    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

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

 See Also

NodeEventArgs Constructor Overload List
NodeEventArgs Class
MindFusion.Diagramming Namespace