Show / Hide Table of Contents

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 Source

WizardPropertyEventArgs(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 Source

Property

Gets or sets the property.

Declaration
public WizardPropertyEventArgs.PropertyType Property { get; set; }
Property Value
Type Description
WizardPropertyEventArgs.PropertyType
View Source

Value

Gets or sets the value.

Declaration
public object Value { get; set; }
Property Value
Type Description
System.Object

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX