[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.OwnerDrawCellEventHandler

OwnerDrawCellEventHandler Delegate

Raised when a cell is to rendered by the event code.

Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
public delegate void OwnerDrawCellEventHandler(object sender, OwnerDrawCellEventArgs e)
Parameters
Type Name Description
object sender Raised when a cell is to rendered by the event code.
OwnerDrawCellEventArgs e Raised when a cell is to rendered by the event code.

Constructors

Name Description
OwnerDrawCellEventHandler(object, IntPtr)

Methods

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