ComponentOne True DBGrid for WinForms
UnboundColumnFetchEventHandler Delegate

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace : UnboundColumnFetchEventHandler Delegate
Raised when an unbound column needs to be rendered.
Syntax
'Declaration
 
Public Delegate Sub UnboundColumnFetchEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As UnboundColumnFetchEventArgs _
) 
public delegate void UnboundColumnFetchEventHandler( 
   System.object sender,
   UnboundColumnFetchEventArgs e
)

Parameters

sender
e
See Also

Reference

UnboundColumnFetchEventHandler Members
C1.Win.C1TrueDBGrid Namespace