다음을 통해 공유


DataGrid.OnTextInput(TextCompositionEventArgs) 메서드

정의

라우트된 이벤트에 대한 TextInput 클래스 처리를 제공합니다.

protected:
 override void OnTextInput(System::Windows::Input::TextCompositionEventArgs ^ e);
protected override void OnTextInput(System.Windows.Input.TextCompositionEventArgs e);
override this.OnTextInput : System.Windows.Input.TextCompositionEventArgs -> unit
Protected Overrides Sub OnTextInput (e As TextCompositionEventArgs)

매개 변수

e
TextCompositionEventArgs

이벤트 데이터입니다.

설명

이 구현은 TextInput 이벤트 데이터의 속성을 로 설정 Handled 하여 이벤트를 처리로 표시합니다 true.

적용 대상