Initializes a new instance of the AddingPropertyBoxEventArgs class.

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

Syntax

C#
public ChangingPropertyBoxEventArgs(
	PropertyInfo property,
	PropertyBox propertyBox
)
Visual Basic
Public Sub New ( _
	property As PropertyInfo, _
	propertyBox As PropertyBox _
)

Parameters

property
Type: System.Reflection..::..PropertyInfo
The property info associated to the PropertyBox.
propertyBox
Type: PropertyBox
The property being added.

See Also