RalfKoban / MiKo-Analyzers

Provides analyzers that are based on the .NET Compiler Platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prism events should be suffixed with 'Event'

RalfKoban opened this issue · comments

Prism defines an event mechanism that can be subscribed to, unsubscribed from and published. It is called "event aggregator" and sends events around. Those events inherit from the Microsoft.Practices.Prism.Events.EventBase type and therefore should be suffixed with Event.

See: https://prismlibrary.com/docs/event-aggregator.html
See: https://learn.microsoft.com/en-us/previous-versions/msp-n-p/gg431418(v=pandp.40)