Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.31 KB

triggeraction.md

File metadata and controls

23 lines (15 loc) · 1.31 KB
-api-id -api-type
T:Windows.UI.Xaml.TriggerAction
winrt class

Windows.UI.Xaml.TriggerAction

-description

Serves as the base class for BeginStoryboard. Not commonly used. See Remarks.

-remarks

Triggers, EventTrigger, Actions and BeginStoryboard are not commonly used. These API mainly exist for compatibility in XAML originally used for Microsoft Silverlight. For most scenarios where event triggers were used previously, you should either use visual states, or start animations by writing a Loaded handler that looks up an animation in page-level resources and then calls Begin on the animation's main Storyboard. For more info, see Quickstart: Control templates or Storyboarded animations.

-examples

-see-also

DependencyObject