DiagramLite Programmer's Guide
InPlaceEditEventArgs.Node Property
See Also
 





Gets the diagram node being edited.

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

 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 the node being edited.

 See Also

InPlaceEditEventArgs Members
InPlaceEditEventArgs Class
MindFusion.Diagramming Namespace