ArcGIS Explorer Component Help |
Application..::.MapItemSelectionChanged Event |
Application Class See Also |
Occurs when MapItem(s) are selected in the Contents window.
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 MapItemSelectionChanged |
Visual Basic (Declaration) |
---|
Public Shared Event MapItemSelectionChanged As EventHandler |
Remarks
This event occurs when the set of MapItems selected in the Contents window is changed. This can happen when the user selects MapItems interactively in the Contents window, or when the selection is changed by other actions in the application, for example when a new Note is added using the Create tools on the Ribbon.
If you have a Button, Gallery or DockWindow which only applies when
This event will not fire if the same MapItem or MapItems are subsequently re-selected, as the selected set is not changed.