C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / OwnedFastListBase Class / OnRemoveComplete Method
The item index.
The item.

In This Topic
OnRemoveComplete Method (OwnedFastListBase)
In This Topic
Called after an item has been removed.
Syntax
'Declaration
 
Protected Overridable Sub OnRemoveComplete( _
   ByVal index As Integer, _
   ByVal item As Object _
) 
 

Parameters

index
The item index.
item
The item.
See Also