PrintDocument for WinForms
OnRemove メソッド (OwnedFastListBase)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > OwnedFastListBase クラス : OnRemove メソッド
The item index.
The item.
Called when an item is about to be removed.
シンタックス
'宣言
 
Protected Overridable Sub OnRemove( _
   ByVal index As System.Integer, _
   ByVal item As System.Object _
) 
'使用法
 
Dim instance As OwnedFastListBase
Dim index As System.Integer
Dim item As System.Object
 
instance.OnRemove(index, item)
protected virtual void OnRemove( 
   System.int index,
   System.object item
)

パラメータ

index
The item index.
item
The item.
参照

OwnedFastListBase クラス
OwnedFastListBase メンバ