IBindingList.SupportsChangeNotification Özellik

Tanım

Bir olayın liste değiştiğinde mi yoksa listedeki bir öğe değiştiğinde mi ListChanged tetikleneceğini alır.

public:
 property bool SupportsChangeNotification { bool get(); };
public bool SupportsChangeNotification { get; }
member this.SupportsChangeNotification : bool
Public ReadOnly Property SupportsChangeNotification As Boolean

Özellik Değeri

true liste değiştiğinde veya bir ListChanged öğe değiştiğinde bir olay oluşursa; aksi takdirde , false.

Açıklamalar

Listedeki nesneler değiştiğinde listeye bildirimde bulunmalıdır, böylece liste bir ListChanged olay oluşturabilir.

Şunlara uygulanır