WindowEventArgs 클래스

정의

Window.Closed 이벤트에서 반환된 창의 상태 정보를 포함합니다.

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

속성

Handled

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

적용 대상