GrapeCity InputMan for Windows Forms 10.0J
OnSetComplete メソッド (SideButtonCollection)

oldValueが存在する位置の0から始まるインデックス。
newValueと置き換える値。
indexにある要素の新しい値。
インスタンスに値を設定した後に、追加のカスタム プロセスを実行します。
構文
Protected Overrides Sub OnSetComplete( _
   ByVal index As Integer, _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
) 
protected override void OnSetComplete( 
   int index,
   object oldValue,
   object newValue
)

パラメータ

index
oldValueが存在する位置の0から始まるインデックス。
oldValue
newValueと置き換える値。
newValue
indexにある要素の新しい値。
参照

SideButtonCollection クラス
SideButtonCollection メンバ

 

 


© 2004 GrapeCity inc. All rights reserved.