J
Jim Hubbard
What is the reason for using AddHandler as opposed to simply writing the
needed code in the event you are adding a handler to?
needed code in the event you are adding a handler to?
Jim Hubbard said:What is the reason for using AddHandler as opposed to simply writing the
needed code in the event you are adding a handler to?
I mean you could use it if you wanted to hook a method on an outside classJim Hubbard said:You mean the ability to hook into those methods as a trigger for some code
that I would like to run when that method (event) happens?
Daniel O'Connell said:I mean you could use it if you wanted to hook a method on an outside class
up to an event.
Jim said:I wanted to override a webbrowser function.