TriggerBase::EnterActions Property
.NET Framework (current version)
Gets a collection of TriggerAction objects to apply when the trigger object becomes active. This property does not apply to the EventTrigger class.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property TriggerActionCollection^ EnterActions { TriggerActionCollection^ get(); }
This property does not apply to the EventTrigger class because an event represents a point in time while EnterActions and ExitActions correspond to object states. For EventTrigger objects, use the Actions property instead.
Note |
|---|
This property can only be set in Extensible Application Markup Language (XAML) via the collection syntax shown, or by accessing the collection object and using its various methods such as Add. The property to access the collection object itself is read-only, the collection itself is read-write. |
<object>
<object.EnterActions>
OneOrMoreTriggerActions
</object.EnterActions >
</object>
- OneOrMoreTriggerActions
One or more TriggerAction objects.
.NET Framework
Available since 3.0
Available since 3.0
Show:
