Welcome to the WinForms feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinForms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Good Morning.
I am happy to use your Tools - But in the moment I was struggeling with a control, the sfCalendar. I wanted to create a Usercontrol with this on it and fire en event, if the selected date or selected range of dates changed. So I looked for an event in the control, and I found SelectionChanged. This is what I need, I thought. But this did not work as expected. When I click a single date it fires after releasing the mouse-Button. Perfect. But when I try to select a range, it fires two times: When I press DOWN on the first date, nothing happens. When I move to the next dates, I get a message, and then another message. But on Release of the mouse button, I get no more event, no matter how many days I selected.