com.esri.arcgis.geodatabaseui
Interface ITableViewEvents

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
ITableViewEventsAdapter, ITableViewEventsProxy

public interface ITableViewEvents
extends EventListener, Serializable

Provides access to events that occur with the TableView.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void onCellMove(ITableViewEventsOnCellMoveEvent theEvent)
          This event is fired when the user changes cell location.
 void onSelectToggle(ITableViewEventsOnSelectToggleEvent theEvent)
          This event is fired when the user presses the select toggle.
 

Method Detail

onCellMove

void onCellMove(ITableViewEventsOnCellMoveEvent theEvent)
                throws IOException,
                       AutomationException
This event is fired when the user changes cell location.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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

onSelectToggle

void onSelectToggle(ITableViewEventsOnSelectToggleEvent theEvent)
                    throws IOException,
                           AutomationException
This event is fired when the user presses the select toggle.

Product Availability

Available with ArcGIS Desktop.

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