TextBoxBeforeTextChangingEventArgs.NewText Property

Definition

Gets the new text that is entered into the text box.

public:
 property Platform::String ^ NewText { Platform::String ^ get(); };
winrt::hstring NewText();
public string NewText { get; }
var string = textBoxBeforeTextChangingEventArgs.newText;
Public ReadOnly Property NewText As String

Property Value

String

Platform::String

winrt::hstring

The new text value that is entered into the text box.

Applies to