A
Andrew Ducker
My UserControl base class has an event handling method in it. I want
to use this for several controls on a subclass of this base class.
Normally, I can just click on the drop-down and the methods that fit
the correct signature appear - however ones from the base class don't!
If I go in and change the generated code myself, it works - so things
are set up correctly - it just doesn't appear in the dropdown.
Anyone else encountered this?
Andy D
to use this for several controls on a subclass of this base class.
Normally, I can just click on the drop-down and the methods that fit
the correct signature appear - however ones from the base class don't!
If I go in and change the generated code myself, it works - so things
are set up correctly - it just doesn't appear in the dropdown.
Anyone else encountered this?
Andy D