BindingList<T>.IBindingList.SupportsChangeNotification Property

Definition

For a description of this member, see SupportsChangeNotification.

C#
bool System.ComponentModel.IBindingList.SupportsChangeNotification { get; }

Property Value

true if a ListChanged event is raised when the list changes or when an item changes; otherwise, false.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the BindingList<T> instance is cast to an IBindingList interface.

Applies to