System.Reactive.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.
namespace System.
Reactive
{
public class EventPattern<[
System.
Runtime.
CompilerServices.
Nullable(
2)]
TEventArgs> :
EventPattern<
object,
TEventArgs>
{
public EventPattern(
object sender,
TEventArgs e);
}
}