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