com.esri.arcgis.geodatabase
Interface IWorkspaceEditEvents2
- All Superinterfaces: 
- EventListener, Serializable
- All Known Implementing Classes: 
- IWorkspaceEditEvents2Adapter, IWorkspaceEditEvents2Proxy
- public interface IWorkspaceEditEvents2 
- extends EventListener, Serializable
Provides access to events that occur to a workspace in the context of editing it.
  
Product Availability
 Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
 
onBeginStopEditing
void onBeginStopEditing(IWorkspaceEditEvents2OnBeginStopEditingEvent theEvent)
                        throws IOException,
                               AutomationException
- This event is fired after editing is stopped on a workspace but before edits are saved.
  Product AvailabilityAvailable 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.