Provides data for the MapItemChanged event.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

C#
public sealed class MapItemEventArgs : EventArgs
Visual Basic (Declaration)
Public NotInheritable Class MapItemEventArgs _
	Inherits EventArgs

Remarks

The MapItemChanged event occurs as a result of a status change in a MapItem which is currently contained by the Map. A MapItemEventArgs provides access to the MapItem that was changed, and specifies how the status changed.

Inheritance Hierarchy

System..::.Object

  System..::.EventArgs

    ESRI.ArcGISExplorer.Mapping..::.MapItemEventArgs

See Also