I am handling the SummaryValueChange event to get the new value when a Summary changes, however I'm wondering if it is also possible to get the previous value, i.e. before the change?
Thanks,
Niel.
Thanks, Mike. I suspected this was the case but just wanted to check I wasn't missing something. Will go with the member variable solution.
Hi Niel,
The WinGrid does not track the old value. You could store it in a member variable, of course, and then updated it each time the event fires.