GetValueHandler TRow, TValue  DelegateNFX Class Library

[This is preliminary documentation and is subject to change.]

Event handler that gets data for columns from rows

Namespace: NFX.WinForms.Controls.GridKit
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public delegate TValue GetValueHandler<TRow, TValue>(
	Column<TRow, TValue> column,
	TRow row
)

Parameters

column
Type: NFX.WinForms.Controls.GridKit Column TRow, TValue 
row
Type: TRow
Type Parameters

TRow
TValue

Return Value

Type: TValue
See Also