According to this page in the Documentation,
we should be able to sort/group event handlers using Organize Members
However, it only works for me with the in-code defined methods, not the once that are referenced in the .designer.cs WinForms Designer events.
See Image.
Expected behavior: btnOrder_Click, gridViewArticles_* etc. are also wrapped together with the other Event Handlers (bindingList_, repArticleSearch_)
The difference is that the detected Event Handlers are defined directly in Code in the main .cs file.
Hello Markus,
Thank you for the report. I reproduced the problem. Please bear with us. We will fix it soon.