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

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

Public Methods

Method Description
OnXamlRendered ( FrameworkElement control ) : void
PeoplePickerPage ( ) : System

Initializes a new instance of the PeoplePickerPage class.

Private Methods

Method Description
PeopleSelectionChanged ( object sender, PeopleSelectionChangedEventArgs e ) : void

Method Details

OnXamlRendered() public method

public OnXamlRendered ( FrameworkElement control ) : void
control FrameworkElement
return void

PeoplePickerPage() public method

Initializes a new instance of the PeoplePickerPage class.
public PeoplePickerPage ( ) : System
return System