BindingList<T>.SupportsChangeNotificationCore Propiedad

Definición

Obtiene un valor que indica si están habilitados los eventos ListChanged.

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 propiedad

true si se admiten los eventos ListChanged; en caso contrario, false. De manera predeterminada, es true.

Comentarios

SupportsChangeNotificationCore proporciona la implementación de SupportsChangeNotification. Puede derivar una clase de BindingList<T> e invalidar el valor predeterminado.

Se aplica a