Show / Hide Table of Contents

Class WizardPropertyEventArgs

Represents the changes of a WizardPage. The changes are routed to the WizardDialog.

Inheritance
object
EventArgs
WizardPropertyEventArgs
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class WizardPropertyEventArgs : EventArgs

Constructors

View Source

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.

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
object

Extension Methods

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