A
--== Alain ==--
Hi,
I have a control which has a collection property.
when an item of the collection property will be added, removed, and so
on, i would like to refresh the control itself.
Usually for that i use eventhandler in the set method of the property.
But as the collection property has only a get method, i'm not able to do
it so.
Therefore, i would like to know how can i do to refresh the parent
control (container) of my collection property when a collection item is
changed ?
thanks a lot,
Al.
I have a control which has a collection property.
when an item of the collection property will be added, removed, and so
on, i would like to refresh the control itself.
Usually for that i use eventhandler in the set method of the property.
But as the collection property has only a get method, i'm not able to do
it so.
Therefore, i would like to know how can i do to refresh the parent
control (container) of my collection property when a collection item is
changed ?
thanks a lot,
Al.