Relative Content

Tag Archive for c#events

c# call event from derived custom control panel

i have made a custom control which uses the OnGotFocus event and it work without issues.
I have made a second class which inherited this class and has its own OnGotFocus method. Not i want that the OnGotFocus method from the inherited class should called when OnGotFocus occures but only the base class mehtod is called. How can i change this?