C# 클래스 Microsoft.Xaml.Interactions.Core.InvokeCommandAction

Executes a specified System.Windows.Input.ICommand when invoked.
상속: Windows.UI.Xaml.DependencyObject, IAction
파일 보기 프로젝트 열기: Microsoft/XamlBehaviors

공개 메소드들

메소드 설명
Execute ( object sender, object parameter ) : object

Executes the action.

메소드 상세

Execute() 공개 메소드

Executes the action.
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