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


ICustomizeDialogEvents.OnStartDialog Event (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Controls)  

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