Application.OnCachedFileUpdaterActivated method

This topic has not yet been rated - Rate this topic

Invoked when the application is activated due to an activation contract with ActivationKind as CachedFileUpdater.

Syntax


protected virtual void OnCachedFileUpdaterActivated(
  CachedFileUpdaterActivatedEventArgs args
)

Parameters

args

Type: CachedFileUpdaterActivatedEventArgs

Event data for the event.

Remarks

OnFileOpenPickerActivated is a pre-defined activation point handler that is invoked for a core Activated event when the ActivationKind is CachedFileUpdater. The default template app.xaml code-behind files always include an override for OnLaunched, but defining overrides for other activation points such as OnCachedFileUpdaterActivated is up to your app code.

All Application overrides involved in an activation scenario should call Window.Activate in their implementations.

For example code that overrides OnFileOpenPickerActivated, see File picker contracts sample.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml
Windows::UI::Xaml [C++]

Metadata

Windows.winmd

See also

Application
CachedFileUpdaterActivatedEventArgs
File picker contracts sample

 

 

Build date: 1/31/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.