Search
NodeValidationEventArgs.Label Property
See Also
 






Gets or sets a NodeLabel related to this event.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public NodeLabel Label { get; set; }

Visual Basic  Copy Code

Public Property Label As NodeLabel

 Property Value

 See Also