GrapeCity SPREAD for Windows Forms 11.0J
OnInsertComplete メソッド (NotifyCollection)


valueを挿入する位置の0から始まるインデックス。
指定したインデックスにある要素の新しい値。
NotifyCollection インスタンスに新しい要素を挿入した後で、追加のカスタム処理を実行します。
構文
'Declaration
 
Protected Overrides Sub OnInsertComplete( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
'使用法
 
Dim instance As NotifyCollection
Dim index As Integer
Dim value As Object
 
instance.OnInsertComplete(index, value)
protected override void OnInsertComplete( 
   int index,
   object value
)

パラメータ

index
valueを挿入する位置の0から始まるインデックス。
value
指定したインデックスにある要素の新しい値。
参照

NotifyCollection クラス
NotifyCollection メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.