IBindingList.SupportsChangeNotification Propriedade

Definição

Especifica se um evento ListChanged é acionado quando a lista ou um item na lista é alterado.

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

Valor da propriedade

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

Comentários

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

Aplica-se a