C# Class WinRTXamlToolkit.AwaitableUI.SelectorExtensions

Contains an extension method for awaiting selection changes on a Selector control, such as a ListBox.
ファイルを表示 Open project: xyzzer/WinRTXamlToolkit

Public Methods

Method Description
WaitForSelectionChangedAsync ( this selector ) : Task

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

Method Details

WaitForSelectionChangedAsync() public static method

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