BindingList<T>.IBindingList.SupportsChangeNotification Propriedade

Definição

Para uma descrição deste elemento, veja 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 de Propriedade

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

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a BindingList<T> instância é transmitida para uma IBindingList interface.

Aplica-se a