G
Guest
I have two events (a and b) each with its own handler. Unfortunately, event b
is sometimes trigered by an action within a's handler causing a's handler to
abort prematurely and service the b event.
Is there a way to disable the b event inside the procedure for handling the
a event?
Is there another approach I should consider?
is sometimes trigered by an action within a's handler causing a's handler to
abort prematurely and service the b event.
Is there a way to disable the b event inside the procedure for handling the
a event?
Is there another approach I should consider?