[]
        
(Showing Draft Content)

C1.Win.FlexGrid.OwnerDrawCellEventHandler

OwnerDrawCellEventHandler Delegate

Represents the method that will handle the OwnerDrawCell event.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public delegate void OwnerDrawCellEventHandler(object sender, OwnerDrawCellEventArgs e)
Parameters
Type Name Description
object sender Represents the method that will handle the event.
OwnerDrawCellEventArgs e Represents the method that will handle the event.

Constructors

Name Description
OwnerDrawCellEventHandler(object, nint)

Methods

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