Android.Views.View.DrawableStateChanged Method
This function is called whenever the state of the view changes in such a way that it impacts the state of drawables being shown.

Syntax

[Android.Runtime.Register("drawableStateChanged", "()V", "GetDrawableStateChangedHandler")]
protected virtual void DrawableStateChanged ()

See Also

Android.Graphics.Drawables.Drawable.SetState(Int32[])

Remarks

This function is called whenever the state of the view changes in such a way that it impacts the state of drawables being shown.

If the View has a StateListAnimator, it will also be called to run necessary state change animations.

Be sure to call through to the superclass when overriding this function.

[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