C# 클래스 PhotoSharingApp.Universal.Actions.CloseMenuFlyoutAction

Closes the attached flyout.
상속: Windows.UI.Xaml.DependencyObject, IAction
파일 보기 프로젝트 열기: Microsoft/Appsample-Photosharing

공개 메소드들

메소드 설명
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