CoreTextChangedEventArgs.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 characters from the input buffer that are new after the text changed.
public:
property Platform::String ^ NewText { Platform::String ^ get(); };
winrt::hstring NewText();
public string NewText { get; }
var string = coreTextChangedEventArgs.newText;
Public ReadOnly Property NewText As String
Property Value
The new text in the input buffer.