다음을 통해 공유


CoreTextCompositionStartedEventArgs 클래스

정의

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

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

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

설명

이 형식의 개체는 CompositionStarted 이벤트의 처리기에 인수로 전달됩니다.

속성

IsCanceled

작업이 취소되었는지 여부를 나타내는 값을 가져옵니다.

메서드

GetDeferral()

작업이 지연되도록 요청합니다. 텍스트 입력 컨트롤이 UI 스레드가 아닌 작업자 스레드에서 호스트되는 경우 이 메서드를 호출합니다.

적용 대상