android.view.View.unscheduleDrawable C# (CSharp) Method

unscheduleDrawable() public method

public unscheduleDrawable ( android arg0, global arg1 ) : void
arg0 android
arg1 global
return void
        public void unscheduleDrawable(android.graphics.drawable.Drawable arg0, global::java.lang.RunnableDelegate arg1)
        {
            unscheduleDrawable(arg0, (global::java.lang.RunnableDelegateWrapper)arg1);
        }

Same methods

View::unscheduleDrawable ( android arg0 ) : void
View::unscheduleDrawable ( android arg0, java arg1 ) : void
View