Android.Views.ActionProvider.RefreshVisibility Method
If this ActionProvider is associated with an item in a menu, refresh the visibility of the item based on ActionProvider.OverridesItemVisibility and ActionProvider.IsVisible.

Syntax

[Android.Runtime.Register("refreshVisibility", "()V", "GetRefreshVisibilityHandler")]
public virtual void RefreshVisibility ()

Remarks

If this ActionProvider is associated with an item in a menu, refresh the visibility of the item based on ActionProvider.OverridesItemVisibility and ActionProvider.IsVisible. If ActionProvider.OverridesItemVisibility returns false, this call will have no effect.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16