CAAnimationDelegate_Extensions.AnimationStopped Method
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.
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.