Click or drag to resize

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.4.0.0 (1.4.19.0711)
Syntax
public virtual bool 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