BindingList<T>.IBindingList.SupportsChangeNotification Propriedade

Definição

Para obter uma descrição deste membro, consulte 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 ListChanged evento for acionado quando a lista for alterada ou quando um item for alterado; caso contrário, false.

Implementações

Comentários

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

Aplica-se a