共用方式為


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

處理 unmanaged 物件標記法) (指標。

(繼承來源 INativeObject)

擴充方法

AnimationStarted(ICAAnimationDelegate, CAAnimation)

在指定的動畫啟動時呼叫的方法。

AnimationStopped(ICAAnimationDelegate, CAAnimation, Boolean)

當指定的動畫停止時呼叫的方法。

適用於