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.1.0.10114
C#
public RgfListViewEventArgs(
	ListViewAction command,
	RgfDynamicDictionary data
)

Parameters

command  ListViewAction
 
data  RgfDynamicDictionary
 

See Also