[]
        
(Showing Draft Content)

C1.WPF.Extended.ChangingPropertyBoxEventArgs.-ctor

ChangingPropertyBoxEventArgs Constructor

ChangingPropertyBoxEventArgs(PropertyInfo, PropertyBox)

Initializes a new instance of the AddingPropertyBoxEventArgs class.

Declaration
public ChangingPropertyBoxEventArgs(PropertyInfo property, PropertyBox propertyBox)
Public Sub New([property] As PropertyInfo, propertyBox As PropertyBox)
Parameters
Type Name Description
PropertyInfo property

The property info associated to the PropertyBox.

PropertyBox propertyBox

The property being added.