RGF.Abstraction
C#
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.5.2.10524
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