ArcGIS Pro 3.7 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 Overridable Function OnFinish() As Task(Of Boolean)
    public virtual Task<bool> OnFinish()
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.4 or higher.
    See Also