ICAAnimationDelegate 接口

定义

用于响应动画生命周期事件的委托。

[Foundation.Protocol(FormalSince="10.0", Name="CAAnimationDelegate", WrapperType=typeof(CoreAnimation.CAAnimationDelegateWrapper))]
public interface ICAAnimationDelegate : IDisposable, ObjCRuntime.INativeObject
[Foundation.Protocol(FormalSince="10.12", Name="CAAnimationDelegate", WrapperType=typeof(CoreAnimation.CAAnimationDelegateWrapper))]
public interface ICAAnimationDelegate : IDisposable, ObjCRuntime.INativeObject
type ICAAnimationDelegate = interface
    interface INativeObject
    interface IDisposable
派生
属性
实现

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)

扩展方法

AnimationStarted(ICAAnimationDelegate, CAAnimation)

在指定动画启动时调用的方法。

AnimationStopped(ICAAnimationDelegate, CAAnimation, Boolean)

指定动画停止时调用的方法。

适用于