ElementAnimationCompleted 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[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)
参数
- sender
- ElementAnimator
- element
- UIElement
- 属性
-
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute ExperimentalAttribute GuidAttribute VersionAttribute ContractVersionAttribute