EventPattern<TEventArgs>
Represents a .NET event invocation consisting of the weakly typed object that raised the event and the data that was generated by the event.
Creates a new data representation instance of a .NET event invocation with the given sender and event data.