Share via


WindowActivatedEventArgs.WindowActivationState Property

Definition

Gets the WindowActivationState at the time the event was raised.

public:
 property WindowActivationState WindowActivationState { WindowActivationState get(); };
WindowActivationState WindowActivationState();
public WindowActivationState WindowActivationState { get; }
var windowActivationState = windowActivatedEventArgs.windowActivationState;
Public ReadOnly Property WindowActivationState As WindowActivationState

Property Value

The activation state of the window.

Applies to