J
Just Me
When a document is to be printed I call a method that contains an AddHandler
statement.
I just realized that if a second copy is to be printed the method is called
and the AddHandler is executed again.
Is doing AddHandler a second time wrong?
I did check and even though I do AddHandler 3 times the handler is only
called once.
Should I do a RemoveHandler after I'm finished with the handler so next time
the AddHandler will not be adding a duplicate?
Thanks
statement.
I just realized that if a second copy is to be printed the method is called
and the AddHandler is executed again.
Is doing AddHandler a second time wrong?
I did check and even though I do AddHandler 3 times the handler is only
called once.
Should I do a RemoveHandler after I'm finished with the handler so next time
the AddHandler will not be adding a duplicate?
Thanks