ICoreWindow.Activated Event

Specifies the event that 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

ICoreWindow Interface

ICoreWindow Members

Windows.UI.Core Namespace