RgfEventDispatcher<TEvent, TArgs>.Unsubscribe(TEvent, Action<IRgfEventArgs`1<TArgs>>) Method

Definition

Namespace: Recrovit.RecroGridFramework.Client.Events
Assembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 8.8.0.10816
C#
public void Unsubscribe(
	TEvent eventName,
	Action<IRgfEventArgs<TArgs>> handler
)

Parameters

eventName  TEvent
 
handler  Action<IRgfEventArgs<TArgs>>
 

See Also