'Declaration
Sub Removing( _ ByVal parentGrid As C1FlexGrid, _ ByVal rowIndex As Integer _ )
void Removing( C1FlexGrid parentGrid, int rowIndex )
Parameters
- parentGrid
- FlexGrid which displays detail control.
- rowIndex
- Index of parent detail row.
'Declaration
Sub Removing( _ ByVal parentGrid As C1FlexGrid, _ ByVal rowIndex As Integer _ )
void Removing( C1FlexGrid parentGrid, int rowIndex )
void IC1FlexGridRowDetail.Removing(C1FlexGrid parentGrid, int rowIndex) { // No resources to release }