This documentation is for the old version. Go to the latest Graphics Mill docs

LabelEditedEventArgs.NewText Property

Gets a text value of the new label after editing.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public ReadOnly Property NewText As String
C#
public string NewText { get; }

Property Value

A string containing the new text value of the item label after editing.

See Also

Reference