RGF.Abstraction
C#
Show/Hide TOC
Event
Dispatcher
TValue
Subscribe(Action
TValue
) Method
Definition
Namespace:
Recrovit.RecroGridFramework.Abstraction.Infrastructure.Events
Assembly:
Recrovit.RecroGridFramework.Abstraction (in Recrovit.RecroGridFramework.Abstraction.dll) Version: 1.2.0.10124
C#
Copy
public
void
Subscribe
(
Action
<TValue>
eventHandler
)
Parameters
eventHandler
Action
TValue
See Also
Reference
EventDispatcher
TValue
Class
Subscribe Overload
Recrovit.RecroGridFramework.Abstraction.Infrastructure.Events Namespace
In This Article
Definition
See Also