ComponentOne True DBGrid for WinForms
FetchCellStyleEventHandler Delegate

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace : FetchCellStyleEventHandler Delegate
Raised when the Style used to render a cell needs customization.
Syntax
'Declaration
 
Public Delegate Sub FetchCellStyleEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As FetchCellStyleEventArgs _
) 
public delegate void FetchCellStyleEventHandler( 
   System.object sender,
   FetchCellStyleEventArgs e
)

Parameters

sender
e
See Also

Reference

FetchCellStyleEventHandler Members
C1.Win.C1TrueDBGrid Namespace