True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / OnFormatText Method

In This Topic
    OnFormatText Method (C1TrueDBGrid)
    In This Topic
    Raises the FromatText event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnFormatText( _
       ByVal e As FormatTextEventArgs _
    ) 
    protected override void OnFormatText( 
       FormatTextEventArgs e
    )

    Parameters

    e
    See Also