C# Класс WinRTXamlToolkit.AwaitableUI.ButtonExtensions

Extension methods for waiting for button clicks on one or one of a collection of buttons.
Показать файл Открыть проект

Открытые методы

Метод Описание
WaitForClickAsync ( ) : Task

Waits for the Click event from any of the buttons and returns the first button clicked.

WaitForClickAsync ( this buttons ) : Task

Waits for the Click event from any of the buttons and returns the first button clicked.

WaitForClickAsync ( this button ) : Task

Waits for the button Click event.

Описание методов

WaitForClickAsync() публичный статический Метод

Waits for the Click event from any of the buttons and returns the first button clicked.
public static WaitForClickAsync ( ) : Task
Результат Task

WaitForClickAsync() публичный статический Метод

Waits for the Click event from any of the buttons and returns the first button clicked.
public static WaitForClickAsync ( this buttons ) : Task
buttons this
Результат Task

WaitForClickAsync() публичный статический Метод

Waits for the button Click event.
public static WaitForClickAsync ( this button ) : Task
button this
Результат Task