AppWindowChangedEventArgs 클래스

정의

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

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

속성

DidPositionChange

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

DidPresenterChange

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

DidSizeChange

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

DidVisibilityChange

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

DidZOrderChange

Z 순서에서 창의 위치가 변경되었는지 여부를 나타내는 값을 가져옵니다.

IsZOrderAtBottom

창이 Z 순서의 맨 아래에 있는지 여부를 나타내는 값을 가져옵니다.

IsZOrderAtTop

창이 Z 순서의 맨 위에 있는지 여부를 나타내는 값을 가져옵니다.

ZOrderBelowWindowId

Z 순서가 변경되고 이 창이 위쪽 창이 아닌 경우 이 창 바로 위에 있는 창의 ID를 Z 순서로 가져옵니다.

적용 대상

추가 정보