|
Hi,
I need to enable an "Apply" button when changes have occurred in the current Session (which will commit the transaction).
There are many parts of my form that can change the session in many different ways, I would quite like to have a Timer on the firm that checks every few seconds a flag and enables the button appropriately.
The problem is that IsDirty() takes between 3-4 seconds to perform when my session has a many objects.
Does anyhow have any ideas for checking dirty status with minimal overhead?
Thanks,
Mark.
|