RgfToolbarEventArgs Constructor

Initializes a new instance of the RgfToolbarEventArgs class

Definition

Namespace: Recrovit.RecroGridFramework.Client.Events
Assembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 8.4.0.10320
C#
public RgfToolbarEventArgs(
	RgfToolbarEventKind eventKind,
	RgfDynamicDictionary? data = null
)

Parameters

eventKind  RgfToolbarEventKind
 
data  RgfDynamicDictionary  (Optional)
 

See Also