Share via


ICAAnimationDelegate.AnimationStopped(CAAnimation, Boolean) Method

Definition

The animation has stopped. Use the bool value to determine if this is a temporary pause, or the end of the animation.

[Foundation.Export("animationDidStop:finished:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AnimationStopped(CoreAnimation.CAAnimation anim, bool finished);
[<Foundation.Export("animationDidStop:finished:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AnimationStopped : CoreAnimation.CAAnimation * bool -> unit
override this.AnimationStopped : CoreAnimation.CAAnimation * bool -> unit

Parameters

anim
CAAnimation

To be added.

This parameter can be null.

finished
Boolean
Attributes

Applies to