com.esri.arcgis.framework
Interface IPaletteEvents
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- IPaletteEventsProxy
public interface IPaletteEvents
- extends Serializable
Provides access to events that occur when the palette changes.
Product Availability
Available with ArcGIS Desktop.
Method Summary |
void |
contentsChanged()
Occurs when the contents of the palette change. |
contentsChanged
void contentsChanged()
throws IOException,
AutomationException
- Occurs when the contents of the palette change.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.