Search
NodeValidationEventArgs.Label Property
See Also
 





Gets or sets a NodeLabel related to this event.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public NodeLabel Label { get; set; }

Visual Basic  Copy Code

Public Property Label As NodeLabel

 Property Value

A NodeLabel instance.

 Remarks

This property is set when events are raised for supplementary node labels, e.g. NodeTextEditing firing when user tries to edit a label.

 See Also