Hi,
"nicolasr" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
| Hi,
|
| I'm writing a custom control that has several class type
| properties, f.e. ImageList, List<string>, StringFormat.
| None of these classes seems to provide a 'Change' event.
| The result of this is that I don't get notified when the user
| edits the subproperties at design time and am unable to
| refresh the control reflecting the new values.
|
AFAIK there is no such a thing for StringFormat at least, you would have to
wrap them
Hey, maybe you can write a general wrapping class using reflectoin that send
an event when a property is changed
--
Ignacio Machin
machin AT laceupsolutions com