Android.Views.View.UnscheduleDrawable Method
Unschedule any events associated with the given Drawable.

Syntax

[Android.Runtime.Register("unscheduleDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetUnscheduleDrawable_Landroid_graphics_drawable_Drawable_Handler")]
public virtual void UnscheduleDrawable (Android.Graphics.Drawables.Drawable who)

See Also

View.DrawableStateChanged

Parameters

who
The Drawable to unschedule.

Remarks

Unschedule any events associated with the given Drawable. This can be used when selecting a new Drawable into a view, so that the previous one is completely unscheduled.

[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