Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Icon Class / UnscheduleDrawable Method / UnscheduleDrawable(Drawable) Method


In This Topic
    UnscheduleDrawable(Drawable) Method
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("unscheduleDrawable", 
       "(Landroid/graphics/drawable/Drawable;)V", 
       "GetUnscheduleDrawable_Landroid_graphics_drawable_Drawable_Handler")>
    Public Overloads Overridable Sub UnscheduleDrawable( _
       ByVal who As Android.Graphics.Drawables.Drawable _
    ) 
    'Usage
     
    
    Dim instance As C1Icon
    Dim who As Android.Graphics.Drawables.Drawable
     
    instance.UnscheduleDrawable(who)
    [Android.Runtime.Register("unscheduleDrawable", 
       "(Landroid/graphics/drawable/Drawable;)V", 
       "GetUnscheduleDrawable_Landroid_graphics_drawable_Drawable_Handler")]
    public virtual void UnscheduleDrawable( 
       Android.Graphics.Drawables.Drawable who
    )

    Parameters

    who
    See Also