C# Class StreetFoo.Client.UI.NotLoggedOnPage

This page allows other applications to share content through this application.
Inheritance: StreetFoo.Client.UI.Common.LayoutAwarePage
Mostra file 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.

NotLoggedOnPage ( ) : 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 Windows.ApplicationModel.Activation.ShareTargetActivatedEventArgs Activation data used to coordinate the process with Windows.
return void

NotLoggedOnPage() public method

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