[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.FetchRowStyleEventHandler

FetchRowStyleEventHandler Delegate

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

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

Constructors

Name Description
FetchRowStyleEventHandler(object, IntPtr)

Methods

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