com.esri.arcgis.catalogUI
Interface IMetadataEvents
- All Superinterfaces:
- EventListener, Serializable
- All Known Implementing Classes:
- IMetadataEventsAdapter, IMetadataEventsProxy
public interface IMetadataEvents
- extends EventListener, Serializable
Provides access to events that occur when the state of the Documentation View changes.
Product Availability
Available with ArcGIS Desktop.
onStylesheetChanged
void onStylesheetChanged(IMetadataEventsOnStylesheetChangedEvent theEvent)
throws IOException,
AutomationException
- Occurs when the current stylesheet changes.
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.