PowerTools SPREAD for Windows Forms 8.0J
OnInsertComplete メソッド (HolidayCollection)


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

パラメータ

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

HolidayCollection クラス
HolidayCollection メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.