com.esri.arcgis.controls
Interface ICustomizeDialogEvents

All Superinterfaces:
EventListener, Serializable
All Known Implementing Classes:
ICustomizeDialogEventsAdapter, ICustomizeDialogEventsProxy

public interface ICustomizeDialogEvents
extends EventListener, Serializable

Provides access to events that occur when the customize dialog is opened or closed.

Product Availability

Available with ArcGIS Engine.


Method Summary
 void onCloseDialog(ICustomizeDialogEventsOnCloseDialogEvent theEvent)
          Fires when customize dialog is closed or exited.
 void onStartDialog(ICustomizeDialogEventsOnStartDialogEvent theEvent)
          Fires when customize dialog is displayed on screen.
 

Method Detail

onStartDialog

void onStartDialog(ICustomizeDialogEventsOnStartDialogEvent theEvent)
                   throws IOException,
                          AutomationException
Fires when customize dialog is displayed on screen.

Description

The OnStartDialog event is triggered when the CustomizeDialog is displayed on the screen in response to the StartDialog method.

Product Availability

Available with ArcGIS Engine.

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

onCloseDialog

void onCloseDialog(ICustomizeDialogEventsOnCloseDialogEvent theEvent)
                   throws IOException,
                          AutomationException
Fires when customize dialog is closed or exited.

Description

The OnCloseDialog event is triggered when the CustomizeDialog is closed in response to the CloseDialog method, the user interactively closing the dialog, and when the CustomizeDialog object is released.

Product Availability

Available with ArcGIS Engine.

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