C# Class Microsoft.Xaml.Interactions.Core.InvokeCommandAction

Executes a specified System.Windows.Input.ICommand when invoked.
Inheritance: Windows.UI.Xaml.DependencyObject, IAction
Exibir arquivo Open project: Microsoft/XamlBehaviors

Public Methods

Method Description
Execute ( object sender, object parameter ) : object

Executes the action.

Method Details

Execute() public method

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.
return object