BindingList<T>.SupportsChangeNotificationCore Propriedade

Definição

Obtém um valor que indica se os eventos ListChanged estão habilitados.

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

Valor da propriedade

true se houver suporte para ListChanged eventos; caso contrário, false. O padrão é true.

Comentários

SupportsChangeNotificationCore fornece a implementação para SupportsChangeNotification. Você pode derivar uma classe de BindingList<T> e substituir o valor padrão.

Aplica-se a