Udostępnij za pośrednictwem


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.

    PoradaPorada

    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.

    [!UWAGA]

    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 Wybór elementu obszaru roboczego (powiązany z danymi) to select the binding, or click **Data Bind **Ikona powiązania danych to define the binding in the Create Data Binding dialog box.

    InvokeCommandAction