J
Just Me
If a derived class handles MyBase.Mouseup does the base class have to raise
the event?
If both the base and derived class handle it will they both receive it?
If the base overrides OnMouseup and does MyBase.OnMouseUp(mea) does that
effect any of the above answers?
Thanks in advance for any insight passed along
the event?
If both the base and derived class handle it will they both receive it?
If the base overrides OnMouseup and does MyBase.OnMouseUp(mea) does that
effect any of the above answers?
Thanks in advance for any insight passed along