Share via


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

새 텍스트 값입니다.

적용 대상