ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / Frame Class / OnFetchCellStyle Method

In This Topic
    OnFetchCellStyle Method (Frame)
    In This Topic
    Raised when a custom style is to be used for rendering a cell.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnFetchCellStyle( _
       ByVal e As FetchCellStyleEventArgs _
    ) 
    protected virtual void OnFetchCellStyle( 
       FetchCellStyleEventArgs e
    )

    Parameters

    e
    See Also