PowerTools InputMan for Windows Forms 8.0J
OnInsertComplete メソッド (NotifyCollection)

追加された項目の、0から始まるインデックスを表すInt32値。
追加された項目を表すObjectオブジェクト。
NotifyCollection インスタンスに新しい要素を挿入した後に、追加のカスタム プロセスを実行します。
構文
Protected Overrides Sub OnInsertComplete( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
protected override void OnInsertComplete( 
   int index,
   object value
)

パラメータ

index
追加された項目の、0から始まるインデックスを表すInt32値。
value
追加された項目を表すObjectオブジェクト。
参照

NotifyCollection クラス
NotifyCollection メンバ

 

 


© 2004-2015 GrapeCity inc. All rights reserved.