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


ICustomizeDialogEvents.OnStartDialog 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.OnStartDialog Event
ArcGIS Developer Help

ICustomizeDialogEvents.OnStartDialog Event

Fires when customize dialog is displayed on screen.

[Visual Basic .NET]
Public Event OnStartDialog As OnStartDialogEventHandler
[C#]
public event OnStartDialogEventHandler OnStartDialog
[C++]
HRESULT OnStartDialog(
void
);

Product Availability

Available with ArcGIS Engine.

Description

The OnStartDialog event is triggered when the CustomizeDialog is displayed on the screen in response to the StartDialog method. 

See Also

ICustomizeDialogEvents Interface