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

Definition

Namespace: Recrovit.RecroGridFramework.Client.Events
Assembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 8.6.0.10606
C#
public void Subscribe(
	TEvent[] eventNames,
	Action<IRgfEventArgs<TArgs>> handler
)

Parameters

eventNames  TEvent
 
handler  ActionIRgfEventArgsTArgs
 

See Also