This document is archived and information here might be outdated. Recommended version. |
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.