com.esri.arcgis.arcmapui
Interface IDataConnectionCallback

All Superinterfaces:
Serializable
All Known Implementing Classes:
DataConnectionCallback

public interface IDataConnectionCallback
extends Serializable

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

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void nameChanged()
          Table or FeatureClass changed.
 

Method Detail

nameChanged

void nameChanged()
                 throws IOException,
                        AutomationException
Table or FeatureClass changed.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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