View.OnAnimationStart Method

Definition

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

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

Remarks

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

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

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