com.esri.arcgis.geodatabase
Interface IWorkspaceEvents2
- All Superinterfaces:
- EventListener, Serializable
- All Known Implementing Classes:
- IWorkspaceEvents2Adapter, IWorkspaceEvents2Proxy, TerrainLayer
public interface IWorkspaceEvents2
- extends EventListener, Serializable
Provides access to events that may be fired by a Workspace.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
onModifyDataset
void onModifyDataset(IWorkspaceEvents2OnModifyDatasetEvent theEvent)
throws IOException,
AutomationException
- This event is fired when a dataset is modified.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
theEvent
- The event
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.