TextChangedEventArgs(String, String) 构造函数

定义

使用 oldTextValuenewTextValue 新建 TextChangedEventArgs

public TextChangedEventArgs (string oldTextValue, string newTextValue);
new Xamarin.Forms.TextChangedEventArgs : string * string -> Xamarin.Forms.TextChangedEventArgs

参数

oldTextValue
System.String

旧文本值。

newTextValue
System.String

新文本值。

适用于