Fires when customize dialog is displayed on screen.
[Visual Basic 6.0]
Event OnStartDialog
[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.