TextBoxBase.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

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

적용 대상

추가 정보