PrintDocument for WinForms
OnSet メソッド (RenderFragmentCollection)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > RenderFragmentCollection クラス : OnSet メソッド
要素のインデックス。
要素の古い値。
要素の新しい値。
現在のコレクションの要素が設定されようとするときに呼び出されます。
シンタックス
'宣言
 
Protected Overrides Sub OnSet( _
   ByVal index As System.Integer, _
   ByVal oldValue As System.Object, _
   ByVal newValue As System.Object _
) 
'使用法
 
Dim instance As RenderFragmentCollection
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
要素の新しい値。
参照

RenderFragmentCollection クラス
RenderFragmentCollection メンバ