ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ListViewerPanel Class / AfterItemPrepared Method
The item container which was just prepared.



In This Topic
    AfterItemPrepared Method (C1ListViewerPanel)
    In This Topic
    Called after the item was prepared to be shown in the panel.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub AfterItemPrepared( _
       ByVal listBoxItem As C1ListViewerItem _
    ) 
    'Usage
     
    
    Dim instance As C1ListViewerPanel
    Dim listBoxItem As C1ListViewerItem
     
    instance.AfterItemPrepared(listBoxItem)
    protected virtual void AfterItemPrepared( 
       C1ListViewerItem listBoxItem
    )
    protected:
    virtual void AfterItemPrepared( 
       C1ListViewerItem^ listBoxItem
    ) 

    Parameters

    listBoxItem
    The item container which was just prepared.
    See Also