WindowActivatedEventArgs Class

Definition

Contains the window's activation state information returned by the Window.Activated event.

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

Properties

Handled

Gets or sets whether the Activated event was handled.

WindowActivationState

Gets the WindowActivationState at the time the event was raised.

Applies to