Android.Graphics.Drawables.DrawableContainer.InvalidateDrawable Method
Called when the drawable needs to be redrawn.

Syntax

[Android.Runtime.Register("invalidateDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetInvalidateDrawable_Landroid_graphics_drawable_Drawable_Handler")]
public virtual void InvalidateDrawable (Drawable who)

Parameters

who
The drawable that is requesting the update.

Remarks

Called when the drawable needs to be redrawn. A view at this point should invalidate itself (or at least the part of itself where the drawable appears).

[Android Documentation]

Requirements

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