[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.FetchCellStyleEventHandler

FetchCellStyleEventHandler Delegate

Raised when the Style used to render a cell needs customization.

Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
public delegate void FetchCellStyleEventHandler(object sender, FetchCellStyleEventArgs e)
Parameters
Type Name Description
object sender Raised when the used to render a cell needs customization.
FetchCellStyleEventArgs e Raised when the used to render a cell needs customization.

Constructors

Name Description
FetchCellStyleEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, FetchCellStyleEventArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, FetchCellStyleEventArgs)