com.esri.arcgis.arcmapui
Interface IDataWindowEvents

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
IDataWindowEventsAdapter, IDataWindowEventsProxy

public interface IDataWindowEvents
extends EventListener, Serializable

Provides access to events that occur in a data window.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void destroyWindow(IDataWindowEventsDestroyWindowEvent theEvent)
          Fired when window is destroyed.
 void hideWindow(IDataWindowEventsHideWindowEvent theEvent)
          Fired when window is hidden.
 void showWindow(IDataWindowEventsShowWindowEvent theEvent)
          Fired when window is shown.
 

Method Detail

showWindow

void showWindow(IDataWindowEventsShowWindowEvent theEvent)
                throws IOException,
                       AutomationException
Fired when window is shown.

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.

hideWindow

void hideWindow(IDataWindowEventsHideWindowEvent theEvent)
                throws IOException,
                       AutomationException
Fired when window is hidden.

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.

destroyWindow

void destroyWindow(IDataWindowEventsDestroyWindowEvent theEvent)
                   throws IOException,
                          AutomationException
Fired when window is destroyed.

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.