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

Syntax

[Android.Runtime.Register("onAnimationStart", "()V", "GetOnAnimationStartHandler")]
protected virtual void OnAnimationStart ()

See Also

View.Animation
View.Animation

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

[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