TextCompositionEventArgs 클래스

정의

변경 내용과 관련된 인수를 TextComposition포함합니다.

public ref class TextCompositionEventArgs : System::Windows::Input::InputEventArgs
public class TextCompositionEventArgs : System.Windows.Input.InputEventArgs
type TextCompositionEventArgs = class
    inherit InputEventArgs
Public Class TextCompositionEventArgs
Inherits InputEventArgs
상속
TextCompositionEventArgs

설명

이 대리자 포함에서 지원하는 연결된 이벤트는 클래스에서 TextCompositionManager 제공되며 포함 TextInput (PreviewTextInput), TextInputStart (PreviewTextInputStart) 및 TextInputUpdate (PreviewTextInputUpdate)입니다.

생성자

Name Description
TextCompositionEventArgs(InputDevice, TextComposition)

클래스의 지정된 TextCompositionEventArgsInputDevice 초기 값으로 사용하여 클래스의 TextComposition 새 인스턴스를 초기화합니다.

속성

Name Description
ControlText

이벤트와 TextComposition 연결된 컨트롤 텍스트를 가져옵니다.

Device

이 이벤트를 시작한 입력 디바이스를 가져옵니다.

(다음에서 상속됨 InputEventArgs)
Handled

경로를 이동할 때 라우트된 이벤트에 대한 이벤트 처리의 현재 상태를 나타내는 값을 가져오거나 설정합니다.

(다음에서 상속됨 RoutedEventArgs)
OriginalSource

부모 클래스에서 조정 Source 하기 전에 순수 적중 테스트에 의해 결정된 원래 보고 원본을 가져옵니다.

(다음에서 상속됨 RoutedEventArgs)
RoutedEvent

RoutedEvent 인스턴스와 연결된 값을 RoutedEventArgs 가져오거나 설정합니다.

(다음에서 상속됨 RoutedEventArgs)
Source

이벤트를 발생시킨 개체에 대한 참조를 가져오거나 설정합니다.

(다음에서 상속됨 RoutedEventArgs)
SystemText

이벤트와 TextComposition 연결된 시스템 텍스트를 가져옵니다.

Text

이벤트와 TextComposition 연결된 입력 텍스트를 가져옵니다.

TextComposition

TextComposition 이벤트와 연결된 이벤트를 TextComposition 가져옵니다.

Timestamp

이 이벤트가 발생한 시간을 가져옵니다.

(다음에서 상속됨 InputEventArgs)

메서드

Name Description
Equals(Object)

지정된 개체가 현재 개체와 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 사용됩니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
InvokeEventHandler(Delegate, Object)

이벤트 처리기를 형식별 방식으로 호출하여 이벤트 시스템 효율성을 높일 수 있습니다.

MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
OnSetSource(Object)

파생 클래스에서 재정의되는 경우 인스턴스 속성의 Source 값이 변경될 때마다 알림 콜백 진입점을 제공합니다.

(다음에서 상속됨 RoutedEventArgs)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상

추가 정보