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.2.0.0 (1.2.16.0406)
Syntax public 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
IBindingListSupportsChangeNotificationSee Also