BaseAdapter.NotifyDataSetInvalidated Method

Definition

Notifies the attached observers that the underlying data is no longer valid or available.

[Android.Runtime.Register("notifyDataSetInvalidated", "()V", "GetNotifyDataSetInvalidatedHandler")]
public virtual void NotifyDataSetInvalidated ();
[<Android.Runtime.Register("notifyDataSetInvalidated", "()V", "GetNotifyDataSetInvalidatedHandler")>]
abstract member NotifyDataSetInvalidated : unit -> unit
override this.NotifyDataSetInvalidated : unit -> unit
Attributes

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.

Java documentation for android.widget.BaseAdapter.notifyDataSetInvalidated().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to