CoreWindow.Activated Event

Is fired when the window completes activation or deactivation.

Syntax

public:
event TypedEventHandler<CoreWindow^ , WindowActivatedEventArgs^ >^ Activated {
         EventRegistrationToken add (TypedEventHandler<CoreWindow^ , WindowActivatedEventArgs^ >^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

Requirements

Namespace: Windows.UI.Core

Metadata: windows.winmd

See also

Reference

CoreWindow Class

CoreWindow Members

Windows.UI.Core Namespace