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.
The animation has stopped. Use the bool value to determine if this is a temporary pause, or the end of the animation.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void AnimationStopped(this CoreAnimation.ICAAnimationDelegate This, CoreAnimation.CAAnimation anim, bool finished);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member AnimationStopped : CoreAnimation.ICAAnimationDelegate * CoreAnimation.CAAnimation * bool -> unit
Parameters
- This
- ICAAnimationDelegate
- finished
- Boolean
- Attributes