EventDispatcherTValueAddition(EventDispatcherTValue, FuncTValue, Task) Operator

Definition

Namespace: Recrovit.RecroGridFramework.Abstraction.Infrastructure.Events
Assembly: Recrovit.RecroGridFramework.Abstraction (in Recrovit.RecroGridFramework.Abstraction.dll) Version: 1.1.0.10114
C#
public static EventDispatcher<TValue> operator +(
	EventDispatcher<TValue> eventHolder,
	Func<TValue, Task> eventHandler
)

Parameters

eventHolder  EventDispatcherTValue
 
eventHandler  FuncTValue, Task
 

Return Value

EventDispatcherTValue

See Also