ElementAnimationCompleted Délégué
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
[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)
Paramètres
- sender
- ElementAnimator
- element
- UIElement
- Attributs
-
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute ExperimentalAttribute GuidAttribute VersionAttribute ContractVersionAttribute