'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.