Share via


SystemNavigationCloseRequestedPreviewEventArgs 클래스

정의

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

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

Windows 요구 사항

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

속성

Handled

닫기 요청이 앱에서 처리되는지 여부를 나타내는 값을 가져오거나 설정합니다.

메서드

GetDeferral()

CloseRequested 이벤트에 대한 Deferral 개체를 반환합니다.

적용 대상