Delegate for RowTemplateHeightChanged event.
Namespace: CleanCode.DataGridViewControlsAssembly: CleanCode.DataGridViewControls (in CleanCode.DataGridViewControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax
public delegate void RowTemplateHeightChangedEventHandler( Object sender, EventArg<RowTemplateHeightChangedData> e )
Parameters
- sender
- Type: System Object
Object where the event originated.
- e
- Type: CleanCode.Forms EventArg RowTemplateHeightChangedData
The EventArg.
See Also