I
ingoberben
Hi, I'm currently working on a project (UIML.NET) where I need to
detect dynamically when a property of a widget has changed. Currently
I'm just registering all events the widget can throw, is there a
better way to do this?
So I need a mechanism that when for example a checkbox is enabled or
checked or so, it will notify me that this has happened...
(I have to make it in .NET 1.0 or .NET 1.1, if it is too
difficult, .NET 2.0 is fine too; extra remark => it also needs to work
on .NET CF 1.0 or 2.0).
Kind regards
detect dynamically when a property of a widget has changed. Currently
I'm just registering all events the widget can throw, is there a
better way to do this?
So I need a mechanism that when for example a checkbox is enabled or
checked or so, it will notify me that this has happened...
(I have to make it in .NET 1.0 or .NET 1.1, if it is too
difficult, .NET 2.0 is fine too; extra remark => it also needs to work
on .NET CF 1.0 or 2.0).
Kind regards