ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ListViewerPanel Class / BeforeItemRecycled Method
The item container to be recycled.



In This Topic
    BeforeItemRecycled Method (C1ListViewerPanel)
    In This Topic
    Called before the item is recycled.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub BeforeItemRecycled( _
       ByVal listBoxItem As C1ListViewerItem _
    ) 
    'Usage
     
    
    Dim instance As C1ListViewerPanel
    Dim listBoxItem As C1ListViewerItem
     
    instance.BeforeItemRecycled(listBoxItem)
    protected virtual void BeforeItemRecycled( 
       C1ListViewerItem listBoxItem
    )
    protected:
    virtual void BeforeItemRecycled( 
       C1ListViewerItem^ listBoxItem
    ) 

    Parameters

    listBoxItem
    The item container to be recycled.
    See Also