ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

FormatTextEventHandler Delegate

Raised when a cell needs custom formatting.

[Visual Basic]

Public Delegate Sub FormatTextEventHandler( _

ByVal sender As Object, _

ByVal e As FormatTextEventArgs _

)

[C#]

public delegate void FormatTextEventHandler(

object sender,

FormatTextEventArgs e

);

[Delphi]

type FormatTextEventHandler = procedure (

sender: Object;

e: FormatTextEventArgs

) of object;

Namespace: C1.Win.C1TrueDBGrid

Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)

See Also

C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.