ICAAnimationDelegate Interface

Definition

Delegate for responding to animation lifecycle events.

[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
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

AnimationStarted(ICAAnimationDelegate, CAAnimation)

Method that is called when the specified animation starts.

AnimationStopped(ICAAnimationDelegate, CAAnimation, Boolean)

Method that is called when the specified animation stops.

Applies to