Overrides events of custom control from the Form

Rameshramamoorthy

New member
Joined
Jun 14, 2007
Messages
3
Programming Experience
Beginner
Hi,
I have created a custom control "btnAction" derived from a button control
I have a code in the button_blick event in my control.

I used the btnAction custcom control in my form.
I want to override the button_click event handler of my custom control and write some action in my form.How to do
Created the control
written code on the cllicked event handler

Dragged the control to winform

But I don't now how to override the control event handler

Help please

Thanks
RameshRamamoorthy
 
Back
Top