G
Guest
hi,
i played a bit with
System.ComponentModel.PropertyDescriptor.AddValueChanged(...) and it seems
that i receive notification
only when property is changed by PropertyDescriptor's SetValue(). there is
no notification when property is changed 'normal' way ( e.g.
something.ReadOnly = true ). is that correct behavior or am i doing something
wrong?
thank you.
i played a bit with
System.ComponentModel.PropertyDescriptor.AddValueChanged(...) and it seems
that i receive notification
only when property is changed by PropertyDescriptor's SetValue(). there is
no notification when property is changed 'normal' way ( e.g.
something.ReadOnly = true ). is that correct behavior or am i doing something
wrong?
thank you.