TextBoxBeforeTextChangingEventArgs.NewText 属性

定义

获取输入到文本框中的新文本。

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

属性值

String

Platform::String

winrt::hstring

输入到文本框中的新文本值。

适用于