This document is archived and information here might be outdated.  Recommended version.


ICustomizeDialogEvents.OnCloseDialog Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IC > ICustomizeDialogEvents Interface > ICustomizeDialogEvents.OnCloseDialog Event
ArcGIS Developer Help

ICustomizeDialogEvents.OnCloseDialog Event

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
);

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