다음을 통해 공유


SystemNavigationCloseRequestedPreviewEventArgs.Handled 속성

정의

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

public:
 property bool Handled { bool get(); void set(bool value); };
bool Handled();

void Handled(bool value);
public bool Handled { get; set; }
var boolean = systemNavigationCloseRequestedPreviewEventArgs.handled;
systemNavigationCloseRequestedPreviewEventArgs.handled = boolean;
Public Property Handled As Boolean

속성 값

Boolean

bool

앱이 닫기 요청을 처리한 경우 true입니다. 그렇지 않으면 false입니다. 기본값은 false입니다.

설명

닫기 요청을 처리하여 닫기 전에 사용자가 데이터를 저장하도록 하는 등 앱이 다른 작업을 수행하도록 할 수 있습니다.

적용 대상