MindFusion.Wpf Pack Programmer's Guide
InPlaceEditEventArgs.Node Property
See Also
 





Gets the diagram node being edited.

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

 Syntax

C#  Copy Code

public DiagramNode Node { get; }

Visual Basic  Copy Code

Public ReadOnly Property Node As DiagramNode

 Property Value

An instance of the DiagramNode class that represents either the node being edited, or the table that contains the edited cell.

 See Also

InPlaceEditEventArgs Members
InPlaceEditEventArgs Class
MindFusion.Diagramming.Wpf Namespace