L
Lloyd Sheen
Is there a way to get the event handlers such that I can cache the info
about handlers for a particular control, remove the handlers, do some code
and restore the cached event handlers in VB.NET (2008).
I would rather do things this way than having to have a boolean flag to
indicated to the handler to exit right away.
Psuedo code:
CacheHandlers(control)
code which would cause the control to fire an event.
RestoreHandlers(control).
LS
about handlers for a particular control, remove the handlers, do some code
and restore the cached event handlers in VB.NET (2008).
I would rather do things this way than having to have a boolean flag to
indicated to the handler to exit right away.
Psuedo code:
CacheHandlers(control)
code which would cause the control to fire an event.
RestoreHandlers(control).
LS