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

In This Topic
OnRemoveComplete Method (EventCollection)
In This Topic
Called after an item has been removed. Fires the Changed event.
Syntax
'Declaration
 
Protected Overrides Sub OnRemoveComplete( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
 

Parameters

index
The item index.
value
The item.
See Also