Lenguaje

BaseAdapter.NotifyDataSetChanged Método

Definición

Notifica a los observadores adjuntos que se han cambiado los datos subyacentes y cualquier vista que refleje el conjunto de datos debe actualizarse.

[Android.Runtime.Register("notifyDataSetChanged", "()V", "GetNotifyDataSetChangedHandler")]
public virtual void NotifyDataSetChanged();
[<Android.Runtime.Register("notifyDataSetChanged", "()V", "GetNotifyDataSetChangedHandler")>]
abstract member NotifyDataSetChanged : unit -> unit
override this.NotifyDataSetChanged : unit -> unit
Atributos

Comentarios

Notifica a los observadores adjuntos que se han cambiado los datos subyacentes y cualquier vista que refleje el conjunto de datos debe actualizarse.

Java documentación para android.widget.BaseAdapter.notifyDataSetChanged().

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a