WindowVisibilityChangedEventArgs 클래스

정의

Window.VisibilityChanged 이벤트에서 반환된 창의 표시 유형 상태 정보를 포함합니다.

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

속성

Handled

Window.VisibilityChanged 이벤트가 처리되었는지 여부를 가져오거나 설정합니다.

Visible

창이 표시되는지 여부를 나타내는 값을 가져옵니다.

적용 대상