ImplicitAnimation<TValue,TKeyFrame>.AnimationPropertyChanged Event

Definition

Raised whenever a property that influences the animation changes. This event is used by ImplicitAnimationSet to update the animations collection assigned to a target Windows.UI.Xaml.UIElement when any of the individual animations is modified.

public event EventHandler? AnimationPropertyChanged;
member this.AnimationPropertyChanged : EventHandler 
Public Event AnimationPropertyChanged As EventHandler 

Event Type

Implements

Applies to