J
Joanne
Hi,
I would like to optimize my PPC code.
I want to unregister all the event handlers of one class/form from another
class/form. Is there some way to set all registrations to null? I know I can
do -= but my second class doesn't know the handler names of the class who's
handlers it's trying to deregister.
I would like to optimize my PPC code.
I want to unregister all the event handlers of one class/form from another
class/form. Is there some way to set all registrations to null? I know I can
do -= but my second class doesn't know the handler names of the class who's
handlers it's trying to deregister.