Occurs when there is a change to a MapItem, such as adding or removing a MapItem to the contents window or changing the symbology of a FeatureLayer.

Namespace:  ESRI.ArcGISExplorer.Application

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

Syntax

C#
public static event EventHandler<MapItemEventArgs> MapItemChanged
Visual Basic (Declaration)
Public Shared Event MapItemChanged As EventHandler(Of MapItemEventArgs)

Remarks

For a list of possible changes, see MapItemChangeStatus.

See Also