Can R# suggest to refactor event handler
Suppose I have:
Private Sub grid_RowValidated(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles grid.CellValidating
I know the signature is wrong and R# is telling me it is wrong. Can R# correct it for me when I hit Alt-Enter? It is such a pain to look up signatures for events in VS2010.
Please sign in to leave a comment.