G
Guest
Hello,
Hopefully this is a simple question: I have a Form with a Button and that
button has a "Click" event handler. The button is marked as protected (not
private). If I inherit from the form and assign the button another Click
event handler in the derived class, will the base class handler always
execute first, or will this be an unpredictable behavior?
Thanks.
Hopefully this is a simple question: I have a Form with a Button and that
button has a "Click" event handler. The button is marked as protected (not
private). If I inherit from the form and assign the button another Click
event handler in the derived class, will the base class handler always
execute first, or will this be an unpredictable behavior?
Thanks.