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합니다.

적용 대상