Gets whether a ListChanged event is raised when the list changes or an item in the list changes.

Namespace: Dapfor.Net.Data
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public bool SupportsChangeNotification { get; }
Visual Basic
Public ReadOnly Property SupportsChangeNotification As Boolean
	Get
Visual C++
public:
virtual property bool SupportsChangeNotification {
	bool get () sealed;
}
F#
abstract SupportsChangeNotification : bool with get
override SupportsChangeNotification : bool with get

Property Value

Type: Boolean

Return Value

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

Implements

IBindingList..::..SupportsChangeNotification

See Also