ICoreApplicationView::Activated event

Occurs when a Windows Store app is activated.

Syntax

void Activated(
  [in] ITypedEventHandler<ICoreApplicationView*, IActivatedEventArgs*> handler
);

Parameters

handler [in]

Return value

This event does not return a value.

Remarks

Do not call the Exit method from within handler.

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Header
Windows.ApplicationModel.Core.h
IDL
Windows.ApplicationModel.Core.idl