C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / FieldCollection Class / OnSetComplete Method
The item index.
The old item.
The new item.

In This Topic
OnSetComplete Method (FieldCollection)
In This Topic
Called after an item has been set. Sets AutoGenerated property to false.
Syntax
'Declaration
 
Protected Overrides Sub OnSetComplete( _
   ByVal index As Integer, _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
) 
 

Parameters

index
The item index.
oldValue
The old item.
newValue
The new item.
See Also