ICAAnimationDelegate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |