RgfEventNotificationServiceSubscribeTArgs Method

Definition

Namespace: Recrovit.RecroGridFramework.Client.Services
Assembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 8.12.0.11119
C#
public IRgfObserver<IRgfEventArgs<TArgs>> Subscribe<TArgs>(
	string scope,
	Action<IRgfEventArgs<TArgs>> handler
)
where TArgs : EventArgs

Parameters

scope  String
 
handler  ActionIRgfEventArgsTArgs
 

Type Parameters

TArgs

Return Value

IRgfObserverIRgfEventArgsTArgs

See Also