I have a custom control at the top of many forms that contains customer information. The customer name is a link label that, when clicked, will open another form. How can I make that linklabel_click event overridable so I can have the overrided method on each of the forms that contains the custom control?
The reason I need this is because if the new form has any data changed, I want to save that data on the original form.
Thanks
The reason I need this is because if the new form has any data changed, I want to save that data on the original form.
Thanks