ComponentOne Extended Library for WPF and Silverlight
ChangingPropertyBoxEventArgs Constructor

C1.WPF.Extended Namespace > ChangingPropertyBoxEventArgs Class : ChangingPropertyBoxEventArgs Constructor
The property info associated to the PropertyBox.
The property being added.
Initializes a new instance of the AddingPropertyBoxEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal property As PropertyInfo, _
   ByVal propertyBox As PropertyBox _
)
public ChangingPropertyBoxEventArgs( 
   PropertyInfo property,
   PropertyBox propertyBox
)

Parameters

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

Reference

ChangingPropertyBoxEventArgs Class
ChangingPropertyBoxEventArgs Members