'Declaration Public Event Collapsed As EventHandler(Of GroupCellEventArgs)
public event EventHandler<GroupCellEventArgs> Collapsed
Event Data
The event handler receives an argument of type GroupCellEventArgs containing data related to this event. The following GroupCellEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Action | C1.WPF.Grid.GridPanel thatindicates whether it is row or column to be collapsed/expanded. |
CellRange | CellRange affected by the event. |
See Also