com.esri.arcgis.carto
Interface IBasicOverposterEvents
- All Superinterfaces:
- EventListener, Serializable
- All Known Implementing Classes:
- ChartRenderer, IBasicOverposterEventsAdapter
public interface IBasicOverposterEvents
- extends EventListener, Serializable
Provides access to events that occur on the BasicOverposter.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
label
void label(IBasicOverposterEventsLabelEvent theEvent)
throws IOException,
AutomationException
- Fires when the label is found.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Parameters:
theEvent - The event
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.