C1GridViewHierarchyRowTogglingEventArgs Constructor | ComponentOne RadialGauge for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 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 _
)
 

Parameters

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