i read your above link's web page, i knew most of them and i have used my
project. i hope INotifyPropertyChanged event but nothing because this event
requires datasource and i does not want to use it. Advice
"RefreshPropertiesAttribute" but it is not good solution.
so thanks your help, i'm going to change my code.
"Peter Duniho" wrote:
> On Mon, 21 Jul 2008 05:03:01 -0700, ramo9941
> <(E-Mail Removed)> wrote:
>
> > ok, sorry my english.
> >
> > i change Exp value by visual studio editor's properties and I watch
> > debug.
> > When these changing occurs, Expandable class Color property change so i
> > want
> > signals to Exp property's set method.
>
> You would have to hook that up explicitly yourself in code. The
> NotifyParentProperty attribute is for the VS Designer. It doesn't have
> anything to do with the actual C# property.
>
> Here's a web page that has a discussion that elaborates somewhat on the
> issue:
> http://forums.msdn.microsoft.com/en-...5-fcaa11c038e2
>
> Pete
>