PrintDocument for WinForms
OnRemove メソッド (OwnedCollectionBase)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > OwnedCollectionBase クラス : OnRemove メソッド
項目のインデックス。
項目。
項目が削除されようとするときに呼び出されます。
シンタックス
'宣言
 
Protected Overrides Sub OnRemove( _
   ByVal index As System.Integer, _
   ByVal value As System.Object _
) 
'使用法
 
Dim instance As OwnedCollectionBase
Dim index As System.Integer
Dim value As System.Object
 
instance.OnRemove(index, value)
protected override void OnRemove( 
   System.int index,
   System.object value
)

パラメータ

index
項目のインデックス。
value
項目。
参照

OwnedCollectionBase クラス
OwnedCollectionBase メンバ