PowerTools CalendarGrid for Windows Forms 1.0J
OnSetComplete メソッド (SideButtonCollection)

oldValue が存在する位置の 0 から始まるインデックス。
newValue と置き換える値。
指定したインデックスにある要素の新しい値。
System.Collections.CollectionBase インスタンスに値を設定した後に、追加のカスタム処理を実行します。
構文
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
指定したインデックスにある要素の新しい値。
参照

SideButtonCollection クラス
SideButtonCollection メンバ

 

 


© 2014 GrapeCity inc. All rights reserved.