BindingList<T>.IBindingList.SupportsChangeNotification Propriedade

Definição

Para obter uma descrição desse membro, confira SupportsChangeNotification.For a description of this member, see SupportsChangeNotification.

property bool System::ComponentModel::IBindingList::SupportsChangeNotification { bool get(); };
bool System.ComponentModel.IBindingList.SupportsChangeNotification { get; }
member this.System.ComponentModel.IBindingList.SupportsChangeNotification : bool
 ReadOnly Property SupportsChangeNotification As Boolean Implements IBindingList.SupportsChangeNotification

Valor da propriedade

Boolean

true se um evento ListChanged for acionado quando a lista ou um item for alterado; caso contrário, false.true if a ListChanged event is raised when the list changes or when an item changes; otherwise, false.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de BindingList<T> é convertida em uma interface de IBindingList.It can be used only when the BindingList<T> instance is cast to an IBindingList interface.

Aplica-se a