View.OnAnimationEnd Method

Definition

Invoked by a parent ViewGroup to notify the end of the animation currently associated with this view.

[Android.Runtime.Register("onAnimationEnd", "()V", "GetOnAnimationEndHandler")]
protected virtual void OnAnimationEnd ();
[<Android.Runtime.Register("onAnimationEnd", "()V", "GetOnAnimationEndHandler")>]
abstract member OnAnimationEnd : unit -> unit
override this.OnAnimationEnd : unit -> unit
Attributes

Remarks

Invoked by a parent ViewGroup to notify the end of the animation currently associated with this view. If you override this method, always call super.onAnimationEnd();

Java documentation for android.view.View.onAnimationEnd().

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

See also