EventDispatcherTValueUnsubscribe(ActionTValue) Method

Definition

Namespace: Recrovit.RecroGridFramework.Abstraction.Infrastructure.Events
Assembly: Recrovit.RecroGridFramework.Abstraction (in Recrovit.RecroGridFramework.Abstraction.dll) Version: 1.1.0.10114
C#
public void Unsubscribe(
	Action<TValue> eventHandler
)

Parameters

eventHandler  ActionTValue
 

See Also