Hi all,
I was wondering if someone would be able to help me write a CQL query for NDepend that will show me all the methods in my form class that handle the form events. So I would like to be able to find all the methods that look like this:
Private Sub AddFolderButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AddFolderButton.Click
I have had a look through some of the options but I can't really find anything that does what I need.
I have only just started using NDepend, so I haven't really got used to it yet, but I do know one thing how the hell did I live without it all this time.