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


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

パラメータ

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

HolidayCollection クラス
HolidayCollection メンバ

 

 


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