WindowActivatedEventArgs.WindowActivationState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.