RgfFormEventArgs Constructor

Initializes a new instance of the RgfFormEventArgs class

Definition

Namespace: Recrovit.RecroGridFramework.Client.Events
Assembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 8.5.2.10527
C#
public RgfFormEventArgs(
	RgfFormEventKind eventKind,
	ComponentBase formComponent,
	FieldIdentifier? fieldId = null,
	Property? property = null,
	RgfSelectParam? selectParam = null
)

Parameters

eventKind  RgfFormEventKind
 
formComponent  ComponentBase
 
fieldId  NullableFieldIdentifier  (Optional)
 
property  Property  (Optional)
 
selectParam  RgfSelectParam  (Optional)
 

See Also