C1.Silverlight.FlexGrid.5
GroupCollapsedChanged Event

Occurs after the GroupRow.IsCollapsed property of a GroupRow object changes.
Syntax
'Declaration
 
Public Event GroupCollapsedChanged As System.EventHandler(Of CellRangeEventArgs)
public event System.EventHandler<CellRangeEventArgs> GroupCollapsedChanged
Event Data

The event handler receives an argument of type CellRangeEventArgs containing data related to this event. The following CellRangeEventArgs properties provide information specific to this event.

PropertyDescription
Cancel (Inherited from System.ComponentModel.CancelEventArgs)
CellRangeCellRange affected by the event.  
CellTypeCellType of the range affected by the event.  
ColumnIndex of the column affected by the event.  
PanelGridPanel that contains the range affected by the event.  
RowIndex of the row affected by the event.  
See Also

Reference

C1FlexGrid Class
C1FlexGrid Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.