ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewRowEventArgs Class / C1GridViewRowEventArgs Constructor
The row being created or data-bound.

In This Topic
    C1GridViewRowEventArgs Constructor
    In This Topic
    Constructor. Initializes a new instance of the C1GridViewRowEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal row As C1GridViewRow _
    )
    public C1GridViewRowEventArgs( 
       C1GridViewRow row
    )

    Parameters

    row
    The row being created or data-bound.
    See Also