'Declaration Public Function New( _
ByVal propertyNameИмя свойства.As System.String, _
ByVal oldValueСтарое значение свойства.As System.Object, _
ByVal newValueНовое значение свойства.As System.Object _
)
public ObjectPropertyChangingEventArgs(
System.String propertyName,
System.Object oldValue,
System.Object newValue
)
public: ObjectPropertyChangingEventArgs(
System.String propertyName,
System.Object oldValue,
System.Object newValue
)
public:
ObjectPropertyChangingEventArgs(
System.String propertyName,
System.Object oldValue,
System.Object newValue
)
Parameters
- propertyName
 - Имя свойства.
 - oldValue
 - Старое значение свойства.
 - newValue
 - Новое значение свойства.