C# Class WinRTXamlToolkit.AwaitableUI.SelectorExtensions

Contains an extension method for awaiting selection changes on a Selector control, such as a ListBox.
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Méthode Description
WaitForSelectionChangedAsync ( this selector ) : Task

Waits for a selection change event in a Selector (eg. a ListBox).

Method Details

WaitForSelectionChangedAsync() public static méthode

Waits for a selection change event in a Selector (eg. a ListBox).
public static WaitForSelectionChangedAsync ( this selector ) : Task
selector this
Résultat Task