Gets whether a ListChanged event is raised when the list changes or an item in the list changes.

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public virtual bool SupportsChangeNotification { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property SupportsChangeNotification As Boolean

Field Value

Return Value

true if a ListChanged event is raised when the list changes or when an item changes; otherwise, false.

Implements

IBindingList..::.SupportsChangeNotification

See Also