AppWindowChangedEventArgs 클래스

정의

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

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

Windows 요구 사항

디바이스 패밀리
Windows 10, version 1903 (10.0.18362.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v8.0에서 도입되었습니다.)

속성

DidAvailableWindowPresentationsChange

사용 가능한 창 프레젠테이션이 변경되었는지 여부를 나타내는 값을 가져옵니다.

DidDisplayRegionsChange

표시 영역이 변경되었는지 여부를 나타내는 값을 가져옵니다.

DidFrameChange

AppWindow.Frame의 속성이 하나 이상 변경되었는지 여부를 나타내는 값을 가져옵니다.

DidSizeChange

앱 창의 크기가 변경되었는지 여부를 나타내는 값을 가져옵니다.

DidTitleBarChange

AppWindow.TitleBar의 속성이 하나 이상 변경되었는지 여부를 나타내는 값을 가져옵니다.

DidVisibilityChange

AppWindow.IsVisible 속성이 변경되었는지 여부를 나타내는 값을 가져옵니다.

DidWindowingEnvironmentChange

AppWindow.WindowingEnvironment 속성이 변경되었는지 여부를 나타내는 값을 가져옵니다.

DidWindowPresentationChange

적용된 창 프레젠테이션이 변경되었는지 여부를 나타내는 값을 가져옵니다.

적용 대상

추가 정보