FlexPivot for WinForms
Removing メソッド
使用例 

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > IC1FlexGridRowDetail インターフェース : Removing メソッド
FlexGrid which displays detail control.
Index of parent detail row.
Used to release resources of the control before removing of it.
シンタックス
'宣言
 
Sub Removing( _
   ByVal parentGrid As C1FlexGrid, _
   ByVal rowIndex As System.Integer _
) 
void Removing( 
   C1FlexGrid parentGrid,
   System.int rowIndex
)

パラメータ

parentGrid
FlexGrid which displays detail control.
rowIndex
Index of parent detail row.
解説
If Setup method did not initialize any resources, the body of Removing method might be empty.
使用例
The code below shows the basic implementation of Removing method:
void IC1FlexGridRowDetail.Removing(C1FlexGrid parentGrid, int rowIndex) 
{ 
    // No resources to release 
}
参照

IC1FlexGridRowDetail インターフェース
IC1FlexGridRowDetail メンバ