This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IC > ICustomizeDialogEvents Interface > ICustomizeDialogEvents.OnCloseDialog Event (ArcObjects .NET 10.4 SDK) |
Fires when customize dialog is closed or exited.
[Visual Basic .NET] Public Event OnCloseDialog As OnCloseDialogEventHandler
[C#] public event OnCloseDialogEventHandler OnCloseDialog
[C++]
HRESULT OnCloseDialog(
void
);
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.