|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICustomizeDialogEvents
Provides access to events that occur when the customize dialog is opened or closed.
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 |
---|
void onStartDialog(ICustomizeDialogEventsOnStartDialogEvent theEvent) throws IOException, AutomationException
The OnStartDialog event is triggered when the CustomizeDialog is displayed on the screen in response to the StartDialog method.
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void onCloseDialog(ICustomizeDialogEventsOnCloseDialogEvent theEvent) throws IOException, AutomationException
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.
theEvent
- The event
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |