ElementAnimationCompleted Delegate

Definition

[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Guid(2049580050, 3830, 20544, 189, 217, 101, 248, 197, 182, 162, 129)]
[Windows.Foundation.Metadata.Version(1)]
public delegate void ElementAnimationCompleted(ElementAnimator sender, UIElement element);
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Guid(2049580050, 3830, 20544, 189, 217, 101, 248, 197, 182, 162, 129)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public delegate void ElementAnimationCompleted(ElementAnimator sender, UIElement element);
Public Delegate Sub ElementAnimationCompleted(sender As ElementAnimator, element As UIElement)

Parameters

element
UIElement
Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute ExperimentalAttribute GuidAttribute VersionAttribute ContractVersionAttribute

Applies to