MindFusion.Wpf Pack Programmer's Guide
DiagramBase.NodeModified Event
See Also
 





Raised when the user moves or resizes a node.

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

 Syntax

C#  Copy Code

public event EventHandler<NodeEventArgs> NodeModified

Visual Basic  Copy Code

Public Event NodeModified As EventHandler(Of NodeEventArgs)

 Event Data

NodeModified event handlers receive an argument of type NodeEventArgs. The following NodeEventArgs members provide information relevant to the event:

Member name

Description

Node

The DiagramNode that has been modified.

MousePosition

A Point specifying the mouse cursor position.

AdjustmentHandle

The adjustment handle that has been moved.

 Remarks

NodeModified is not raised if the node position is changed programmatically. The event occurs only when the user has dragged an adjustment handle to a new position.

 See Also

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming.Wpf Namespace
NodeModifying Event