IBindingList.SupportsChangeNotification Propiedad
Definición
Obtiene si se provoca un evento ListChanged cuando cambia la lista o un elemento de la lista.Gets whether a ListChanged event is raised when the list changes or an item in the list changes.
public:
property bool SupportsChangeNotification { bool get(); };
public bool SupportsChangeNotification { get; }
member this.SupportsChangeNotification : bool
Public ReadOnly Property SupportsChangeNotification As Boolean
Valor de propiedad
true
si se provoca un evento ListChanged cuando cambia la lista o un elemento de la lista; en caso contrario, false
.true
if a ListChanged event is raised when the list changes or when an item changes; otherwise, false
.
Comentarios
Los objetos de la lista deben notificar a la lista cuando cambian, por lo que la ListChanged lista puede generar un evento.Objects in the list must notify the list when they change, so the list can raise a ListChanged event.