Click or drag to resize
EntityViewBaseTEntityIBindingListSupportsChangeNotification Property
Gets whether a ListChanged event is raised when the list changes or an item in the list changes.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
bool IBindingList.SupportsChangeNotification { 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

IBindingListSupportsChangeNotification
See Also