ArcGIS Explorer Component Help |
TableBindingAdapter..::.ListChanged Event |
TableBindingAdapter Class See Also |
Occurs when the contents of the TableBindingAdapter object change.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: 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..::.ListChangedRemarks
Calling Fill method
or the Clear method will cause this event to fire.