Android.Widget.BaseAdapter.NotifyDataSetChanged Method
Notifies the attached observers that the underlying data has been changed and any View reflecting the data set should refresh itself.

Syntax

[Android.Runtime.Register("notifyDataSetChanged", "()V", "GetNotifyDataSetChangedHandler")]
public virtual void NotifyDataSetChanged ()

Remarks

Notifies the attached observers that the underlying data has been changed and any View reflecting the data set should refresh itself.

[Android Documentation]

Requirements

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