com.esri.arcgis.arcmapui
Interface IDataConnectionCallback2

All Superinterfaces:
Serializable
All Known Implementing Classes:
IDataConnectionCallback2Proxy

public interface IDataConnectionCallback2
extends Serializable

Provides more access to members that control Callback from data connection property page.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void nameChangeFinished()
          The user finished an action that modified the name of the Table or Feature Class.
 

Method Detail

nameChangeFinished

void nameChangeFinished()
                        throws IOException,
                               AutomationException
The user finished an action that modified the name of the Table or Feature Class.

Product Availability

Available with ArcGIS Desktop.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.