C# 클래스 StreetFoo.Client.UI.ShareTargetPage

상속: StreetFoo.Client.UI.Common.LayoutAwarePage
파일 보기 프로젝트 열기: mbrit/ProgrammingMetroStyle 1 사용 예제들

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