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.10.0.0 (5.10.0)
Syntaxbool 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
IBindingListSupportsChangeNotification
See Also