C# Класс PhotoSharingApp.Universal.Actions.CloseMenuFlyoutAction

Closes the attached flyout.
Наследование: Windows.UI.Xaml.DependencyObject, IAction
Показать файл Открыть проект

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

Метод Описание
Execute ( object sender, object parameter ) : object

Executes the action.

An example of parameter usage is EventTriggerBehavior, which passes the EventArgs as a parameter to its actions.

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

Execute() публичный Метод

Executes the action.
An example of parameter usage is EventTriggerBehavior, which passes the EventArgs as a parameter to its actions.
public Execute ( object sender, object parameter ) : object
sender object /// The that is passed to the action by the behavior. Generally this is /// or a target object. ///
parameter object The value of this parameter is determined by the caller.
Результат object