RgfMenuEventArgs Constructor

Initializes a new instance of the RgfMenuEventArgs class

Definition

Namespace: Recrovit.RecroGridFramework.Client.Events
Assembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 8.0.0.10102
C#
public RgfMenuEventArgs(
	string command,
	RgfDynamicDictionary? data = null
)

Parameters

command  String
 
data  RgfDynamicDictionary  (Optional)
 

See Also