ComponentOne Xamarin.Android
UnscheduleDrawable(Drawable,Action) Method


C1.Android.Calendar Assembly > C1.Android.Calendar Namespace > CalendarHeadersPanel Class > UnscheduleDrawable Method : UnscheduleDrawable(Drawable,Action) Method
Syntax
'Declaration
 
Public Overloads Sub UnscheduleDrawable( _
   ByVal who As Android.Graphics.Drawables.Drawable, _
   ByVal what As Action _
) 
'Usage
 
Dim instance As CalendarHeadersPanel
Dim who As Android.Graphics.Drawables.Drawable
Dim what As Action
 
instance.UnscheduleDrawable(who, what)
public void UnscheduleDrawable( 
   Android.Graphics.Drawables.Drawable who,
   Action what
)

Parameters

who
what
See Also

Reference

CalendarHeadersPanel Class
CalendarHeadersPanel Members
Overload List