TextBoxBeforeTextChangingEventArgs.NewText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The new text value that is entered into the text box.