C# Class StreetFoo.Client.UI.ShareTargetPage

Inheritance: StreetFoo.Client.UI.Common.LayoutAwarePage
显示文件 Open project: mbrit/ProgrammingMetroStyle Class Usage Examples

Private Properties

Property Type Description
ShareButton_Click void

Public Methods

Method Description
Activate ( ShareTargetActivatedEventArgs args ) : void

Invoked when another application wants to share content through this application.

ShareTargetPage ( ) : System

Provides a channel to communicate with Windows about the sharing operation.

Private Methods

Method Description
ShareButton_Click ( object sender, RoutedEventArgs e ) : void

Invoked when the user clicks the Share button.

Method Details

Activate() public method

Invoked when another application wants to share content through this application.
public Activate ( ShareTargetActivatedEventArgs args ) : void
args ShareTargetActivatedEventArgs Activation data used to coordinate the process with Windows.
return void

ShareTargetPage() public method

Provides a channel to communicate with Windows about the sharing operation.
public ShareTargetPage ( ) : System
return System