RowTemplateHeightChangedEventHandler DelegateCleanCode C# Libraries v1.2.03 API
Delegate for RowTemplateHeightChanged event.

Namespace: CleanCode.DataGridViewControls
Assembly: 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: OnlineSystem Object
Object where the event originated.
e
Type: CleanCode.Forms EventArg RowTemplateHeightChangedData 
The EventArg.
See Also