Search
NodeEventArgs Constructor (DiagramNode, Point)
See Also
 






Initializes a new instance of the NodeEventArgs class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public NodeEventArgs (
    DiagramNode node,
    Point position
)

Visual Basic  Copy Code

Public New ( _
    node As DiagramNode, _
    position As Point _
)

 Parameters

node

The DiagramNode related to the event.

position

The location related to the event, in document coordinates.

 See Also