GrapeCity SPREAD for Windows Forms 11.0J
OnRemove メソッド (SideButtonCollection)


削除される項目の、コレクション内における0から始まるインデックスを表すInt32値。
指定したインデックスから削除する要素の値。
System.Collections.CollectionBaseインスタンスから要素を削除するときに、追加のカスタム処理を実行します。
構文
'Declaration
 
Protected Overrides Sub OnRemove( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
'使用法
 
Dim instance As SideButtonCollection
Dim index As Integer
Dim value As Object
 
instance.OnRemove(index, value)
protected override void OnRemove( 
   int index,
   object value
)

パラメータ

index
削除される項目の、コレクション内における0から始まるインデックスを表すInt32値。
value
指定したインデックスから削除する要素の値。
参照

SideButtonCollection クラス
SideButtonCollection メンバ

 

 


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