CAAnimationDelegate_Extensions.AnimationStopped Method

Definition

Method that is called when the specified animation stops.

public static void AnimationStopped (this CoreAnimation.ICAAnimationDelegate This, CoreAnimation.CAAnimation anim, bool finished);
static member AnimationStopped : CoreAnimation.ICAAnimationDelegate * CoreAnimation.CAAnimation * bool -> unit

Parameters

This
ICAAnimationDelegate

The instance on which this method operates.

anim
CAAnimation

The animation that stopped.

finished
Boolean

Whether the stopped animation is finished.

Applies to