Animator.IAnimatorListener.OnAnimationCancel(Animator) Method

Definition

Notifies the cancellation of the animation.

[Android.Runtime.Register("onAnimationCancel", "(Landroid/animation/Animator;)V", "GetOnAnimationCancel_Landroid_animation_Animator_Handler:Android.Animation.Animator/IAnimatorListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnAnimationCancel (Android.Animation.Animator animation);
[<Android.Runtime.Register("onAnimationCancel", "(Landroid/animation/Animator;)V", "GetOnAnimationCancel_Landroid_animation_Animator_Handler:Android.Animation.Animator/IAnimatorListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnAnimationCancel : Android.Animation.Animator -> unit

Parameters

animation
Animator

The animation which was canceled.

Attributes

Remarks

Notifies the cancellation of the animation. This callback is not invoked for animations with repeat count set to INFINITE.

Java documentation for android.animation.Animator.AnimatorListener.onAnimationCancel(android.animation.Animator).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to