Application.OnShareTargetActivated method

0 out of 1 rated this helpful - Rate this topic

Invoked when the application is activated through sharing association.

Syntax


protected virtual void OnShareTargetActivated(
  ShareTargetActivatedEventArgs args
)

Parameters

args

Type: ShareTargetActivatedEventArgs

Event data for the event.

Remarks

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

For example code, see Share target activation 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
ShareOperation
Share target activation sample

 

 

Build date: 1/31/2013

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