WizardStep Members
Include Protected Members
Include Inherited Members
The WizardStep type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WizardStep |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Execute |
Invoked when the wizard should apply its changes.
|
|
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnPropertyChanged |
Invokes the PropertyChanged event.
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Instruction |
Gets step instructions to display to the user.
|
|
IsValid |
Returns true if the step is valid, false otherwise.
|
|
Title |
Gets the title of the wizard.
|
Events
Name | Description | |
---|---|---|
PropertyChanged |
Occurs when a property value changes.
|
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design Namespace