ElementAnimationCompleted Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
[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)
Parâmetros
- sender
- ElementAnimator
- element
- UIElement
- Atributos
-
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute ExperimentalAttribute GuidAttribute VersionAttribute ContractVersionAttribute