View.OnAnimationEnd 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.
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.