| C1.Android.Grid Assembly > C1.Android.Grid Namespace > FlexGridDetailProvider Class : DetailCellCreating Event |
public event EventHandler<GridDetailCellCreatingEventArgs> DetailCellCreating
The event handler receives an argument of type GridDetailCellCreatingEventArgs containing data related to this event. The following GridDetailCellCreatingEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Content | Gets or sets the visual element displayed as the row details. |
| Row | Gets the row associated to this details row. |