C# Class Microsoft.Toolkit.Uwp.SampleApp.SamplePages.PeoplePickerPage

A page that shows how to use the opacity behavior.
Inheritance: Page, IXamlRenderListener
Afficher le fichier Open project: unoplatform/Uno.WindowsCommunityToolkit

Méthodes publiques

Méthode Description
OnXamlRendered ( FrameworkElement control ) : void
PeoplePickerPage ( ) : System

Initializes a new instance of the PeoplePickerPage class.

Private Methods

Méthode Description
PeopleSelectionChanged ( object sender, PeopleSelectionChangedEventArgs e ) : void

Method Details

OnXamlRendered() public méthode

public OnXamlRendered ( FrameworkElement control ) : void
control FrameworkElement
Résultat void

PeoplePickerPage() public méthode

Initializes a new instance of the PeoplePickerPage class.
public PeoplePickerPage ( ) : System
Résultat System