PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PageCollection Class / OnRemove Method
The item index.
The item.

In This Topic
    OnRemove Method (C1PageCollection)
    In This Topic
    Called when an item is about to be removed.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnRemove( _
       ByVal index As Integer, _
       ByVal item As Object _
    ) 
    protected virtual void OnRemove( 
       int index,
       object item
    )

    Parameters

    index
    The item index.
    item
    The item.
    See Also