EventTrigger.Actions 속성

정의

EventTrigger에서 유지 관리하는 BeginStoryboard 개체의 컬렉션을 가져옵니다.

public:
 property TriggerActionCollection ^ Actions { TriggerActionCollection ^ get(); };
TriggerActionCollection Actions();
public TriggerActionCollection Actions { get; }
var triggerActionCollection = eventTrigger.actions;
Public ReadOnly Property Actions As TriggerActionCollection
<EventTrigger>
  oneOrMoreBeginStoryboards
</EventTrigger>
 

속성 값

기존 TriggerActionCollection입니다.

적용 대상

추가 정보