C1GridViewHierarchyRowTogglingEventArgs Constructor
Constructor. Creates a new instance of the
C1GridViewHierarchyRowTogglingEventArgs class.
public C1GridViewHierarchyRowTogglingEventArgs(
System.int ,
System.bool expanding
)
'Declaration
Public Function New( _
ByVal 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.