Class WizardPropertyEventArgs
Represents the changes of a WizardPage. The changes are routed to the WizardDialog.
Inheritance
System.Object
System.EventArgs
WizardPropertyEventArgs
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class WizardPropertyEventArgs : EventArgs
Constructors
View SourceWizardPropertyEventArgs(WizardPropertyEventArgs.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. |
System.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 |
---|---|
System.Object |