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.


Method Summary
 void onModifyDataset(IWorkspaceEvents2OnModifyDatasetEvent theEvent)
          This event is fired when a dataset is modified.
 

Method Detail

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.