ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / WizardPage Class / ClickCommand Property

In This Topic
    ClickCommand Property (WizardPage)
    In This Topic
    Gets the command which, when executed, causes the CurrentPage property to reference the next page in the workflow. If the user is viewing the last page in the workflow, this causes the Wizard to finish and be removed from the user interface.
    Syntax
    public ICommand ClickCommand {get;}
    Public ReadOnly Property ClickCommand As ICommand
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also