com.esri.arcgis.catalog
Interface IGxSelectionEvents

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
FindDialog, GxComBrowser, GxContentsView, GxDataGraphView, GxDialog, GxDocumentationView, GxGeographicView, GxMSDFileView, GxPreview, GxRasterCatalogContentView, GxTableView, GxTreeView, IGxSelectionEventsAdapter, IGxSelectionEventsProxy

public interface IGxSelectionEvents
extends EventListener, Serializable

Provides access to events that the ArcCatalog selection can fire.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void onSelectionChanged(IGxSelectionEventsOnSelectionChangedEvent theEvent)
          Called when the selection contents have changed.
 

Method Detail

onSelectionChanged

void onSelectionChanged(IGxSelectionEventsOnSelectionChangedEvent theEvent)
                        throws IOException,
                               AutomationException
Called when the selection contents have changed.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Parameters:
theEvent - The event
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.