ArcGIS Explorer Component Help |
Application..::.MapItemChanged Event |
Application Class See Also |
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.ApplicationAssembly: 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.