ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / WizardPage Class / OnFinish Method

In This Topic
    OnFinish Method
    In This Topic
    Called when the wizard begins finalizing the process in order to give the page the opportunity to prevent the action (eg. unsaved changes).
    Syntax
    public virtual Task<bool> OnFinish()
    Public Overridable Function OnFinish() As Task(Of Boolean)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also