C1.WPF.Extended Namespace / ChangingPropertyBoxEventArgs Class / ChangingPropertyBoxEventArgs Constructor
The property info associated to the PropertyBox.
The property being added.

In This Topic
ChangingPropertyBoxEventArgs Constructor
In This Topic
Initializes a new instance of the AddingPropertyBoxEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal property As PropertyInfo, _
   ByVal propertyBox As PropertyBox _
)
 

Parameters

property
The property info associated to the PropertyBox.
propertyBox
The property being added.
See Also