ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewRowEventHandler Delegate
The source of the event.
A C1GridViewRowEventArgs object that contains the event data.

In This Topic
    C1GridViewRowEventHandler Delegate
    In This Topic
    Represents the method that will handle the C1GridView.RowCreated and C1GridView.RowDataBound events of the C1GridView
    Syntax
    'Declaration
     
    Public Delegate Sub C1GridViewRowEventHandler( _
       ByVal sender As System.Object, _
       ByVal e As C1GridViewRowEventArgs _
    ) 
    public delegate void C1GridViewRowEventHandler( 
       System.object sender,
       C1GridViewRowEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A C1GridViewRowEventArgs object that contains the event data.
    See Also