EventRegistryTEventItem Property

Definition

Namespace: Recrovit.RecroGridFramework.Abstraction.Infrastructure.Events
Assembly: Recrovit.RecroGridFramework.Abstraction (in Recrovit.RecroGridFramework.Abstraction.dll) Version: 1.14.0.11230
C#
public EventDispatcher<EventArgs> this[
	TEvent id
] { get; }

Parameters

id  TEvent
 

Property Value

EventDispatcherEventArgs

See Also