ArcObjects Library Reference (Controls)  

ICustomizeDialogEvents.OnCloseDialog Event

Fires when customize dialog is closed or exited.

[Visual Basic 6.0]
Event OnCloseDialog
[Visual Basic .NET]
Public Event OnCloseDialog As OnCloseDialogEventHandler
[C#]
public event OnCloseDialogEventHandler OnCloseDialog
[C++]
HRESULT OnCloseDialog(
void
);

Product Availability

Available with ArcGIS Engine.

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. 

See Also

ICustomizeDialogEvents Interface