C# Class StreetFoo.Client.UI.ShareTargetPage

Inheritance: StreetFoo.Client.UI.Common.LayoutAwarePage
Afficher le fichier Open project: mbrit/ProgrammingMetroStyle Class Usage Examples

Private Properties

Свойство Type Description
ShareButton_Click void

Méthodes publiques

Méthode 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

Méthode Description
ShareButton_Click ( object sender, RoutedEventArgs e ) : void

Invoked when the user clicks the Share button.

Method Details

Activate() public méthode

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.
Résultat void

ShareTargetPage() public méthode

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