C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TagListInputParamsItemCollection Class / OnRemove Method
The item index.
The item.

In This Topic
OnRemove Method (TagListInputParamsItemCollection)
In This Topic
Called when an item is about to be removed.
Syntax
'Declaration
 
Protected Overridable Sub OnRemove( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
 

Parameters

index
The item index.
value
The item.
See Also