'Declaration Public Event Expaned As EventHandler(Of GroupCellEventArgs)
public event EventHandler<GroupCellEventArgs> Expaned
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.FlexGrid.GridPanel thatindicates whether it is row or column to be collapsed/expanded. |
| CellRange | CellRange affected by the event. |
See Also