EventDispatcherTValueAddition(EventDispatcherTValue, ActionTValue) 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,
	Action<TValue> eventHandler
)

Parameters

eventHolder  EventDispatcherTValue
 
eventHandler  ActionTValue
 

Return Value

EventDispatcherTValue

See Also