C# Класс StreetFoo.Client.UI.ShareTargetPage

Наследование: StreetFoo.Client.UI.Common.LayoutAwarePage
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ShareButton_Click void

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
ShareButton_Click ( object sender, RoutedEventArgs e ) : void

Invoked when the user clicks the Share button.

Описание методов

Activate() публичный Метод

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.
Результат void

ShareTargetPage() публичный Метод

Provides a channel to communicate with Windows about the sharing operation.
public ShareTargetPage ( ) : System
Результат System