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

In This Topic
    WizardPage Class
    In This Topic
    Represents a page inside a wizard. This is an abstract class.
    Syntax
    public abstract class WizardPage : ViewModelBase, System.ComponentModel.INotifyPropertyChanged  
    Public MustInherit Class WizardPage 
       Inherits ViewModelBase
       Implements System.ComponentModel.INotifyPropertyChanged 
    Inheritance Hierarchy

    System.Object
       ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase
          ArcGIS.Desktop.Framework.Contracts.ViewModelBase
             ArcGIS.Desktop.Framework.Contracts.WizardPage

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also