This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IC > ICustomizeDialogEvents Interface > ICustomizeDialogEvents.OnStartDialog Event (ArcObjects .NET 10.4 SDK) |
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
);
The OnStartDialog event is triggered when the CustomizeDialog is displayed on the screen in response to the StartDialog method.