Click or drag to resize
Wizard .NET Library

MeasureStepListItemEventArgsItem Property

Gets the WizardPage to which this item refers.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public WizardPage Item { get; }
Request Example View Source

Property Value

Type: WizardPage
The WizardPage to which this item refers.
See Also