ArcGIS Pro 2.8 API Reference Guide
Data Property (WizardPage)

ArcGIS.Desktop.Framework.Contracts Namespace > WizardPage Class : Data Property
Gets or sets the data passed to the wizard.
Syntax
protected internal object Data {get; set;}
Protected Friend Property Data As Object
Remarks
When a wizard is displayed using ArcGIS.Desktop.Framework.FrameworkApplication.ShowWizard, data is passed in as one of the arguments. This function allows each page to access the data.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

WizardPage Class
WizardPage Members