다음을 통해 공유


FocusManagerGotFocusEventArgs 클래스

정의

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

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

설명

가능하면 FocusManager 이벤트 대신 UIElement 포커스 라우트된 이벤트를 사용하는 것이 좋습니다.

속성

CorrelationId

포커스 이동 이벤트가 시작될 때 생성된 고유 ID를 가져옵니다.

NewFocusedElement

가장 최근에 포커스가 있는 요소를 가져옵니다.

적용 대상

추가 정보