PrintDocument for WinForms
OnSetComplete メソッド (FieldCollection)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview.DataBinding 名前空間 > FieldCollection クラス : OnSetComplete メソッド
項目のインデックス。
古い項目。
新しい項目。
項目が設定された後に呼び出されます。 AutoGeneratedプロパティを false に設定します。
シンタックス
'宣言
 
Protected Overrides Sub OnSetComplete( _
   ByVal index As System.Integer, _
   ByVal oldValue As System.Object, _
   ByVal newValue As System.Object _
) 
'使用法
 
Dim instance As FieldCollection
Dim index As System.Integer
Dim oldValue As System.Object
Dim newValue As System.Object
 
instance.OnSetComplete(index, oldValue, newValue)
protected override void OnSetComplete( 
   System.int index,
   System.object oldValue,
   System.object newValue
)

パラメータ

index
項目のインデックス。
oldValue
古い項目。
newValue
新しい項目。
参照

FieldCollection クラス
FieldCollection メンバ