CoreTextChangedEventArgs.NewText Property

Definition

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

String

Platform::String

winrt::hstring

The new text in the input buffer.

Applies to