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.4.0.0 (5.4.0)
Syntax bool IBindingList.SupportsChangeNotification { get; }
Private ReadOnly Property SupportsChangeNotification As Boolean
Implements IBindingList.SupportsChangeNotification
Get
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if a
ListChanged event is raised when the list changes or when an item changes; otherwise, false.
Implements
IBindingListSupportsChangeNotificationSee Also