Android.Views.View.OnAnimationEnd Method
Invoked by a parent ViewGroup to notify the end of the animation currently associated with this view.

Syntax

[Android.Runtime.Register("onAnimationEnd", "()V", "GetOnAnimationEndHandler")]
protected virtual void OnAnimationEnd ()

See Also

View.Animation
View.Animation

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();

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1