Occurs when the contents of the TableBindingAdapter object change.

Namespace:  ESRI.ArcGISExplorer.Data

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

Syntax

C#
public event ListChangedEventHandler ListChanged
Visual Basic (Declaration)
Public Event ListChanged As ListChangedEventHandler

Implements

IBindingList..::.ListChanged

Remarks

Calling Fill method or the Clear method will cause this event to fire.

See Also