BindingList<T>.IBindingList.SupportsChangeNotification Propriedade

Definição

Para obter uma descrição desse membro, confira 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

true se um evento ListChanged for acionado quando a lista ou um item for alterado; caso contrário, false.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de BindingList<T> é convertida em uma interface de IBindingList.

Aplica-se a