IEventPattern<TSender, TEventArgs>
Represents a .NET event invocation consisting of the strongly typed object that raised the event and the data that was generated by the event.
Gets the event data that was generated by the event.
Gets the sender object that raised the event.