다음을 통해 공유


EventTrigger

You can use the EventTrigger trigger to invoke an action based on an event such as a mouse click, a page loading, or another interaction. EventTrigger is the default trigger for actions that you define in Blend for Visual Studio 2012.

To add an EventTrigger

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

  2. In the Trigger category, in the SourceObject box, select the element that will activate the event. By default, the SourceObject is the element that contains an action. You can use the **Artboard Element Picker **아트보드 요소 선택 아이콘 to select the element directly on the artboard.

    EventTrigger

  3. In the EventName drop-down list, select the event that you want to trigger the action.

    [!참고]

    The events available in the EventName drop-down list will depend on the SourceObject that you have selected in the SourceObject box.