RgfListEventArgs Constructor

Initializes a new instance of the RgfListEventArgs class

Definition

Namespace: Recrovit.RecroGridFramework.Client.Events
Assembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 8.4.0.10320
C#
public RgfListEventArgs(
	RgfListEventKind eventKind,
	ComponentBase? gridComponent,
	RgfDynamicDictionary? data = null,
	IEnumerable<RgfProperty>? properties = null
)

Parameters

eventKind  RgfListEventKind
 
gridComponent  ComponentBase
 
data  RgfDynamicDictionary  (Optional)
 
properties  IEnumerableRgfProperty  (Optional)
 

See Also