RgfEventDispatcherTEvent, TArgsUnsubscribe(TEvent, ActionIRgfEventArgs`1TArgs) Method

Definition

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

Parameters

eventName  TEvent
 
handler  ActionIRgfEventArgsTArgs
 

See Also