'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.