JetBrains Rider 2024.1 Help

Code inspection: Event is never subscribed to (private accessibility)

This inspection reports cases when a private event is declared, but there is no code that subscribes to this event anywhere in the current local scope. It means that the event, when raised, will not lead to any action being performed.

Last modified: 04 June 2024