I have a ComboBox in a custom control. How can I expose specific events from it such as SelectedIndexChanged or KeyPress, etc to anyone/thing implementing my custom control?
I have a ComboBox in a custom control. How can I expose specific events
Share
You can forward the events like this: