PrintDocument for WinForms
OnSet メソッド (OwnedCollectionBase)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > OwnedCollectionBase クラス : OnSet メソッド
項目のインデックス。
古い項目。
新しい項目。
項目が設定されようとするときに呼び出されます。
シンタックス
'宣言
 
Protected Overrides Sub OnSet( _
   ByVal index As System.Integer, _
   ByVal oldValue As System.Object, _
   ByVal newValue As System.Object _
) 
'使用法
 
Dim instance As OwnedCollectionBase
Dim index As System.Integer
Dim oldValue As System.Object
Dim newValue As System.Object
 
instance.OnSet(index, oldValue, newValue)
protected override void OnSet( 
   System.int index,
   System.object oldValue,
   System.object newValue
)

パラメータ

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

OwnedCollectionBase クラス
OwnedCollectionBase メンバ