N
nicolasr
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.
Is there a general approach to this problem?
Would I really have to wrap all these classes in my own
classes that double the interface of the wrapped class and
provide Change events?
thanks for any help,
Nick
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.
Is there a general approach to this problem?
Would I really have to wrap all these classes in my own
classes that double the interface of the wrapped class and
provide Change events?
thanks for any help,
Nick