Android.Views.View.RefreshDrawableState Method
Call this to force a view to update its drawable state.

Syntax

[Android.Runtime.Register("refreshDrawableState", "()V", "GetRefreshDrawableStateHandler")]
public virtual void RefreshDrawableState ()

See Also

View.DrawableStateChanged
View.GetDrawableState

Remarks

Call this to force a view to update its drawable state. This will cause drawableStateChanged to be called on this view. Views that are interested in the new state should call getDrawableState.

[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