Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml 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 _
    ) 
    protected virtual void BeforeItemRecycled( 
       C1ListViewerItem listBoxItem
    )

    Parameters

    listBoxItem
    The item container to be recycled.
    See Also