BindingList<T>.IBindingList.SupportsChangeNotification Vlastnost

Definice

Popis tohoto člena najdete v tématu SupportsChangeNotification.

property bool System::ComponentModel::IBindingList::SupportsChangeNotification { bool get(); };
bool System.ComponentModel.IBindingList.SupportsChangeNotification { get; }
member this.System.ComponentModel.IBindingList.SupportsChangeNotification : bool
 ReadOnly Property SupportsChangeNotification As Boolean Implements IBindingList.SupportsChangeNotification

Hodnota vlastnosti

trueListChanged pokud je událost vyvolána při změně seznamu nebo při změně položky; falsev opačném případě .

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případě, že BindingList<T> je instance přetypovaná na IBindingList rozhraní.

Platí pro