com.esri.arcgis.catalog
Interface IGxFileFilterEvents
- All Superinterfaces:
- EventListener, Serializable
- All Known Implementing Classes:
- IGxFileFilterEventsAdapter, IGxFileFilterEventsProxy
public interface IGxFileFilterEvents
- extends EventListener, Serializable
Provides access to events that the ArcCatalog file filter can fire.
Product Availability
Available with ArcGIS Desktop.
onDefinitionChanged
void onDefinitionChanged(IGxFileFilterEventsOnDefinitionChangedEvent theEvent)
throws IOException,
AutomationException
- Called when the file filter definition has 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.