ElementAnimationCompleted Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- sender
- ElementAnimator
- element
- UIElement
- Attributes
-
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute ExperimentalAttribute GuidAttribute VersionAttribute ContractVersionAttribute