PrintDocument for WinForms
OnRemoveComplete メソッド (RenderObjectCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderObjectCollection クラス : OnRemoveComplete メソッド
The item index.
The item.
Called after an item has been removed.
シンタックス
'宣言
 
Protected Overrides Sub OnRemoveComplete( _
   ByVal index As System.Integer, _
   ByVal value As System.Object _
) 
'使用法
 
Dim instance As RenderObjectCollection
Dim index As System.Integer
Dim value As System.Object
 
instance.OnRemoveComplete(index, value)
protected override void OnRemoveComplete( 
   System.int index,
   System.object value
)

パラメータ

index
The item index.
value
The item.
参照

RenderObjectCollection クラス
RenderObjectCollection メンバ