PrintDocument for WinForms
OnInsert メソッド (EventCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > EventCollection クラス : OnInsert メソッド
The item index.
The item.
Called when an item is about to be iserted. Fires the EventCollection.Changing event.
シンタックス
'宣言
 
Protected Overrides Sub OnInsert( _
   ByVal index As System.Integer, _
   ByVal value As System.Object _
) 
'使用法
 
Dim instance As EventCollection
Dim index As System.Integer
Dim value As System.Object
 
instance.OnInsert(index, value)
protected override void OnInsert( 
   System.int index,
   System.object value
)

パラメータ

index
The item index.
value
The item.
参照

EventCollection クラス
EventCollection メンバ