C1.WPF.PrintDocument.4.5.2 Assembly / C1.C1Preview.DataBinding Namespace / ExpressionCollection Class / OnInsertComplete Method
The item index.
The item.

In This Topic
OnInsertComplete Method (ExpressionCollection)
In This Topic
Called after an item has been inserted.
Syntax
'Declaration
 
Protected Overridable Sub OnInsertComplete( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
 

Parameters

index
The item index.
value
The item.
See Also