Raised when an unbound column needs to be rendered.
[Visual Basic]
Public Delegate Sub UnboundColumnFetchEventHandler( _
ByVal sender As Object, _
ByVal e As UnboundColumnFetchEventArgs _
)
[C#]
public delegate void UnboundColumnFetchEventHandler(
object sender,
);
[Delphi]
type UnboundColumnFetchEventHandler = procedure (
sender: Object;
e: UnboundColumnFetchEventArgs
) of object;
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |