ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewHierarchyRowTogglingEventArgs Class / C1GridViewHierarchyRowTogglingEventArgs Constructor
The index of the row being toggled.
Indicates whether the row is expanding or collapsing.

In This Topic
    C1GridViewHierarchyRowTogglingEventArgs Constructor
    In This Topic
    Constructor. Creates a new instance of the C1GridViewHierarchyRowTogglingEventArgs class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rowIndex As System.Integer, _
       ByVal expanding As System.Boolean _
    )
    public C1GridViewHierarchyRowTogglingEventArgs( 
       System.int rowIndex,
       System.bool expanding
    )

    Parameters

    rowIndex
    The index of the row being toggled.
    expanding
    Indicates whether the row is expanding or collapsing.
    See Also