CallMethodAction

You can use the CallMethodAction action to call a method that is defined for a specified object. The method being called must be a public method that takes no arguments and does not return a value or a public method whose signature matches that of an event handler.

To add a CallMethodAction

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

    说明说明

    The object to which the behavior is added provides the data context for the behavior.

    提示提示

    You can also drag the method from the Data panel, which exposes the available methods.

  2. In the Common Properties category, in the TargetObject drop-down list, select the element that exposes the methods that are available to call. You can use the **Artboard Element Picker **“美工板元素选取器”图标 to select the element, or you can use Browse to pick the element from a list of elements, data sources, or data contexts that appear in the project.

    CallMethodAction

  3. After you have selected your target, specify the method that you want to call in the MethodName box.