[]
Initializes a new instance of the AddingPropertyBoxEventArgs class.
public ChangingPropertyBoxEventArgs(PropertyInfo property, PropertyBox propertyBox)
Public Sub New([property] As PropertyInfo, propertyBox As PropertyBox)
| Type | Name | Description |
|---|---|---|
| PropertyInfo | property | The property info associated to the PropertyBox. |
| PropertyBox | propertyBox | The property being added. |