RgfListViewEventArgs Constructor

Initializes a new instance of the RgfListViewEventArgs class

Definition

Namespace: Recrovit.RecroGridFramework.Client.Events
Assembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 8.0.0.10102
C#
public RgfListViewEventArgs(
	ListViewAction command,
	RgfDynamicDictionary data
)

Parameters

command  ListViewAction
 
data  RgfDynamicDictionary
 

See Also