Initializes a new instance of the PropertyBoxChangedEventArgs class.

Namespace:  C1.WPF.Extended
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)

Syntax

C#
public PropertyBoxChangedEventArgs(
	PropertyBox propertyBox
)
Visual Basic
Public Sub New ( _
	propertyBox As PropertyBox _
)

Parameters

propertyBox
Type: C1.WPF.Extended..::..PropertyBox
The property box that changed.

See Also