System.Collections.CollectionBase インスタンスに新しい要素を挿入した後に、追加のカスタム処理を実行します。
構文
protected override void OnInsertComplete(
int ,
object
)
Protected Overrides Sub OnInsertComplete( _
ByVal As Integer, _
ByVal As Object _
)
パラメータ
- index
- 値を挿入する位置の 0 から始まるインデックス。
- value
- 指定したインデックスにある要素の新しい値。
参照