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


ICustomizeDialogEvents Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IC > ICustomizeDialogEvents Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Controls)  

ICustomizeDialogEvents Interface

Provides access to events that occur when the customize dialog is opened or closed.

Product Availability

Available with ArcGIS Engine.

Members

Name Description
Method OnCloseDialog Fires when customize dialog is closed or exited.
Method OnStartDialog Fires when customize dialog is displayed on screen.

CoClasses that implement ICustomizeDialogEvents

CoClasses and Classes Description
CustomizeDialog CustomizeDialog is a modeless dialog that allows customization of one or more ToolbarControls.
CustomizeDialogEventsListener (esriSystemUtility) Helper coclass to provide ICustomizeDialogEvents support to the C++ API.