P
Phil
Does any body know how to get a list of event handlers
assigned to a paticular event?
I'd like to be able to determine if a sub has already been
added as an event handler for a form.paint event.
while eventinfo has methods for addhandler and remove
handler I don't se a way to do a 'gethandler'
or 'enumeratehandlers' etc.
I'm trying to aviod adding a handler more than once.
Thanks
assigned to a paticular event?
I'd like to be able to determine if a sub has already been
added as an event handler for a form.paint event.
while eventinfo has methods for addhandler and remove
handler I don't se a way to do a 'gethandler'
or 'enumeratehandlers' etc.
I'm trying to aviod adding a handler more than once.
Thanks