Bagikan melalui


BindingList<T>.SupportsChangeNotificationCore Properti

Definisi

Mendapatkan nilai yang menunjukkan apakah ListChanged peristiwa diaktifkan.

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

Nilai Properti

true jika ListChanged peristiwa didukung; jika tidak, false. Default adalah true.

Keterangan

SupportsChangeNotificationCore menyediakan implementasi untuk SupportsChangeNotification. Anda dapat memperoleh kelas dari BindingList<T> dan mengambil alih nilai default.

Berlaku untuk