For example:
Public Event CurrentChanged As EventHandler(Of CurrentChangedEventArgs(Of T))
Shows the message "Do not nest generic types in member signatures." on CurrentChangedEvent, which is the variable that holds the delegate for the event, and VB generates it automagically.
How do I suppress the rule for the item?