Search
ControlNodeEventArgs.Node Property
See Also
 





Gets a reference to the ControlNode being serialized or deserialized.

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

 Syntax

C#  Copy Code

public ControlNode Node { get; }

Visual Basic  Copy Code

Public ReadOnly Property Node As ControlNode

 Property Value

An instance of the ControlNode class.

 See Also