[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.FormatTextEventHandler

FormatTextEventHandler Delegate

Raised when a cell needs custom formatting.

Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
public delegate void FormatTextEventHandler(object sender, FormatTextEventArgs e)
Parameters
Type Name Description
object sender Raised when a cell needs custom formatting.
FormatTextEventArgs e Raised when a cell needs custom formatting.

Constructors

Name Description
FormatTextEventHandler(object, IntPtr)

Methods

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