Initializes a new instance of the AddingPropertyBoxEventArgs class.
Namespace:
C1.WPF.ExtendedAssembly: C1.WPF.Extended (in C1.WPF.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.WPF.Extended..::..PropertyBox
The property being added.