MESCIUS SPREAD for Windows Forms 15.0J
OnRemoveComplete メソッド (NotifyCollection)

削除された項目の、0から始まるインデックスを表すInt32値。
指定したインデックスから削除する要素の値。
System.Collections.CollectionBase インスタンスから要素を削除した後で、追加のカスタム処理を実行します。
構文
'宣言
 
Protected Overrides Sub OnRemoveComplete( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
protected override void OnRemoveComplete( 
   int index,
   object value
)

パラメータ

index
削除された項目の、0から始まるインデックスを表すInt32値。
value
指定したインデックスから削除する要素の値。
参照

NotifyCollection クラス
NotifyCollection メンバ

 

 


© MESCIUS inc. All rights reserved.