PrintDocument for WinForms
OnSetComplete メソッド (EventCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > EventCollection クラス : OnSetComplete メソッド
The item index.
The old item.
The new item.
Called after an item has been set. Fires the EventCollection.Changed event.
シンタックス
'宣言
 
Protected Overrides Sub OnSetComplete( _
   ByVal index As System.Integer, _
   ByVal oldValue As System.Object, _
   ByVal newValue As System.Object _
) 
'使用法
 
Dim instance As EventCollection
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
The item index.
oldValue
The old item.
newValue
The new item.
参照

EventCollection クラス
EventCollection メンバ