C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewHierarchyRowToggledEventArgs Class / C1GridViewHierarchyRowToggledEventArgs Constructor
The index of the row being toggled.

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

Parameters

rowIndex
The index of the row being toggled.
expanded
See Also