C1GridViewHierarchyRowToggledEventArgs Constructor
                In This Topic
            
            Constructor. Creates a new instance of the 
C1GridViewHierarchyRowToggledEventArgs class.
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As System.Integer, _
   ByVal expanded As System.Boolean _
)
             
        
            
            public C1GridViewHierarchyRowToggledEventArgs( 
   System.int ,
   System.bool expanded
)
             
        
             
        
            Parameters
- rowIndex
- The index of the row being toggled.
- expanded
 
            
            
            
            
            
            
            
            
            
            
            
            See Also