True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / FetchRowStyleEventHandler Delegate

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

    Parameters

    sender
    e
    See Also