H
Herfried K. Wagner [MVP]
* "Tony Vitonis said:That's true. The PerformClick method probably has to instantiate the
two objects, then, and call the event handler. A separate routine
would eliminate the objects and the extra call. On the other hand,
there'd be an extra call in the button click event.
As mentioned previously, I use 'PerformClick' if it is semantically
correct and I don't use it if it is not correct.