[This is preliminary documentation and is subject to change.]
Event handler that gets comment value(if any) for the cell
Namespace: NFX.WinForms.Controls.GridKitAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public delegate string GetCommentHandler<TRow>(
Column column,
TRow row
)
public delegate string GetCommentHandler<TRow>(
Column column,
TRow row
)
Public Delegate Function GetCommentHandler(Of TRow) (
column As Column,
row As TRow
) As String
Public Delegate Function GetCommentHandler(Of TRow) (
column As Column,
row As TRow
) As String
generic<typename TRow>
public delegate String^ GetCommentHandler(
Column^ column,
TRow row
)
generic<typename TRow>
public delegate String^ GetCommentHandler(
Column^ column,
TRow row
)
type GetCommentHandler =
delegate of
column : Column *
row : 'TRow -> string
type GetCommentHandler =
delegate of
column : Column *
row : 'TRow -> string
- TRow
Return Value
Type:
String