PowerTools SPREAD for Windows Forms 10.0J
OnSetComplete メソッド (SideButtonCollection)


更新される項目の、コレクション内における0から始まるインデックスを表すInt32値。
更新前の項目を表すObjectオブジェクト。
指定したインデックスにある要素の新しい値。
(内部仕様のため、アプリケーションによる使用は想定されていません。)
構文
'Declaration
 
Protected Overrides Sub OnSetComplete( _
   ByVal index As Integer, _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
) 
'使用法
 
Dim instance As SideButtonCollection
Dim index As Integer
Dim oldValue As Object
Dim newValue As Object
 
instance.OnSetComplete(index, oldValue, newValue)
protected override void OnSetComplete( 
   int index,
   object oldValue,
   object newValue
)

パラメータ

index
更新される項目の、コレクション内における0から始まるインデックスを表すInt32値。
oldValue
更新前の項目を表すObjectオブジェクト。
newValue
指定したインデックスにある要素の新しい値。
参照

SideButtonCollection クラス
SideButtonCollection メンバ

 

 


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