IBindingList.SupportsChangeNotification Propriedade

Definição

Percebe se um ListChanged evento é ativado quando a lista muda ou se um item na lista muda.

public:
 property bool SupportsChangeNotification { bool get(); };
public bool SupportsChangeNotification { get; }
member this.SupportsChangeNotification : bool
Public ReadOnly Property SupportsChangeNotification As Boolean

Valor de Propriedade

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

Observações

Os objetos na lista devem notificar a lista quando mudam, para que esta possa gerar um ListChanged evento.

Aplica-se a