
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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
Minimum supported client |
Windows 8 |
---|---|
Minimum supported server |
Windows Server 2012 |
Header |
|
IDL |
|
Show: