FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / C1InputPanelRowDetail Class / Removing Method
FlexGrid which displays detail control.
Index of parent detail row.

In This Topic
    Removing Method (C1InputPanelRowDetail)
    In This Topic
    Used to release resources of the control before the removing of it.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Removing( _
       ByVal parentGrid As C1FlexGrid, _
       ByVal rowIndex As Integer _
    ) 
    public virtual void Removing( 
       C1FlexGrid parentGrid,
       int rowIndex
    )

    Parameters

    parentGrid
    FlexGrid which displays detail control.
    rowIndex
    Index of parent detail row.
    Remarks
    This method can be overridden in the derived class to apply custom removing behavior of C1InputPanelRowDetail control.
    See Also