Class WizardPropertyEventArgs
Represents the changes of a WizardPage. The changes are routed to the WizardDialog.
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class WizardPropertyEventArgs : EventArgs
Constructors
View SourceWizardPropertyEventArgs(PropertyType, object)
Initializes a new instance of the WizardPropertyEventArgs class.
Declaration
public WizardPropertyEventArgs(WizardPropertyEventArgs.PropertyType propertyType, object value)
Parameters
| Type | Name | Description |
|---|---|---|
| WizardPropertyEventArgs.PropertyType | propertyType | Type of the property. |
| object | value | The value. |
Properties
View SourceProperty
Gets or sets the property.
Declaration
public WizardPropertyEventArgs.PropertyType Property { get; set; }
Property Value
| Type | Description |
|---|---|
| WizardPropertyEventArgs.PropertyType |
Value
Gets or sets the value.
Declaration
public object Value { get; set; }
Property Value
| Type | Description |
|---|---|
| object |