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.4.0.10320
C#
public RgfMenuEventArgs(
	string command,
	RgfMenuType menuType = RgfMenuType.Invalid,
	RgfEntityKey? entityKey = null,
	RgfDynamicDictionary? data = null
)

Parameters

command  String
 
menuType  RgfMenuType  (Optional)
 
entityKey  RgfEntityKey  (Optional)
 
data  RgfDynamicDictionary  (Optional)
 

See Also