Initializes a new instance of the AddingPropertyBoxEventArgs class.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.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: C1.Silverlight.Extended..::..PropertyBox
The property being added.

See Also