Search
InPlaceEditEventArgs.Node Property
See Also
 





Gets the diagram node being edited.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 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