[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.FormatTextEventHandler

FormatTextEventHandler Delegate

Raised when a cell needs custom formatting.

Namespace: C1.Win.TrueDBGrid
Assembly: C1.Win.TrueDBGrid.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, nint)

Methods

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