ComponentOne List for WinForms
C1.Win.C1List Namespace / FetchCellStyleEventHandler Delegate

In This Topic
    FetchCellStyleEventHandler Delegate
    In This Topic
    Raised when the Style used to render a cell needs customization.
    Syntax
    'Declaration
     
    
    Public Delegate Sub FetchCellStyleEventHandler( _
       ByVal sender As Object, _
       ByVal e As FetchCellStyleEventArgs _
    ) 
    public delegate void FetchCellStyleEventHandler( 
       object sender,
       FetchCellStyleEventArgs e
    )

    Parameters

    sender
    e
    See Also