Share via


TextBoxBeforeTextChangingEventArgs 클래스

정의

TextBox.BeforeTextChanging 이벤트에 대한 이벤트 데이터를 제공합니다.

public ref class TextBoxBeforeTextChangingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class TextBoxBeforeTextChangingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class TextBoxBeforeTextChangingEventArgs
Public NotInheritable Class TextBoxBeforeTextChangingEventArgs
상속
Object Platform::Object IInspectable TextBoxBeforeTextChangingEventArgs
특성

설명

이 클래스의 instance BeforeTextChanging 이벤트 처리기에 매개 변수로 전달됩니다.

속성

Cancel

텍스트 변경 내용을 취소할지 여부를 나타내는 값을 가져오거나 설정합니다.

NewText

텍스트 상자에 입력된 새 텍스트를 가져옵니다.

적용 대상