Android.Widget.BaseAdapter.NotifyDataSetInvalidated Method
Notifies the attached observers that the underlying data is no longer valid or available.

Syntax

[Android.Runtime.Register("notifyDataSetInvalidated", "()V", "GetNotifyDataSetInvalidatedHandler")]
public virtual void NotifyDataSetInvalidated ()

Remarks

Notifies the attached observers that the underlying data is no longer valid or available. Once invoked this adapter is no longer valid and should not report further data set changes.

[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