BindingList<T>.SupportsChangeNotificationCore Propriedade

Definição

Recebe um valor que indica se ListChanged os eventos estão ativados.

protected:
 virtual property bool SupportsChangeNotificationCore { bool get(); };
protected virtual bool SupportsChangeNotificationCore { get; }
member this.SupportsChangeNotificationCore : bool
Protected Overridable ReadOnly Property SupportsChangeNotificationCore As Boolean

Valor de Propriedade

true se ListChanged os eventos forem suportados; caso contrário, false. A predefinição é true.

Observações

SupportsChangeNotificationCore fornece a implementação para SupportsChangeNotification. Podes derivar uma classe a partir e BindingList<T> sobrepor o valor padrão.

Aplica-se a