I have a custom control which have a button and a MonthCalender. When a user press onto the button it will shows up the MonthCalender and if the user click on any place of the parent form for this custom control, it will hide the MonthCalender.
How can my custom control catch the click event on it's parent form so that my custom control will be able to hide the MonthCalender whenever the user click onto the parent form?