P
Picho
Hi guys
is it possible, once getting hold of a propertyInfo instance to know when
the value of the property changed?
that is without requiring the property to raise an event on change
obviously...
maybe something with the PropertyInfo.GetSetMethod()? monitoring when that
method is called somehow?
how does the dataBinding mechanism work? seems to do the job, but how?
thanx,
Picho
is it possible, once getting hold of a propertyInfo instance to know when
the value of the property changed?
that is without requiring the property to raise an event on change
obviously...
maybe something with the PropertyInfo.GetSetMethod()? monitoring when that
method is called somehow?
how does the dataBinding mechanism work? seems to do the job, but how?
thanx,
Picho