| C1.Android.Grid Assembly > C1.Android.Grid Namespace > FlexGridDetailProvider Class : RowHeaderLoading Event |
public event EventHandler<GridRowHeaderLoadingEventArgs> RowHeaderLoading
The event handler receives an argument of type GridRowHeaderLoadingEventArgs containing data related to this event. The following GridRowHeaderLoadingEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| ExpandButton | Gets the expand/collapse button. |
| Row | Gets the row associated to this details row. |