InvokeCommandAction

The InvokeCommandAction action specifies the target object that contains the command that you want to invoke.

To add an InvokeCommandAction

  1. In the Assets panel, click Behaviors, and then drag InvokeCommandAction onto the object that you want to add the action to. The Common Properties category appears in the Properties panel.

    提示提示

    You can also add an InvokeCommandAction action by creating a data source that exposes an ICommand, and then dragging the ICommand from the Data panel onto an object on the artboard.

    说明说明

    The object to which the behavior is added provides the context within which this behavior operates.

  2. In the Common Properties category, in the Command box, select the command that you want to bind to. You can use the Artboard element picker 美工板元素选取器(数据绑定) to select the binding, or click **Data Bind **“数据绑定”图标 to define the binding in the Create Data Binding dialog box.

    InvokeCommandAction