ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / C1ListBase Class / OnFormatText Method

In This Topic
    OnFormatText Method (C1ListBase)
    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