Hi Guys,
I do have a problem, I need to create a control which will interit the ListBox and use MVC model.
and the main thing is, it should inherit all features from the base control. But the properties should be visible only of derived one and the events also.
I tried to google for it, But I can not find any solution/help.
I tried to declare new definition like
private new event EventHandler SelectionChanged(Object sender, Args e)
But it is still visible.
I hope some of you can help me in the same.
Thanks
Rahu_ketu_patal
Start Free Trial