CommandifiedListTSupportsChangeNotification Property  | 
 
            Gets whether a 
ListChanged event is raised when the list changes or an item in the list changes.
            
 
    Namespace: 
   SD.Tools.Algorithmia.GeneralDataStructures
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.3.0 (1.3.18.0209)
Syntaxpublic virtual bool SupportsChangeNotification { get; }Public Overridable ReadOnly Property SupportsChangeNotification As Boolean
	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