ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ListViewerPanel Class / Refresh Method



In This Topic
    Refresh Method (C1ListViewerPanel)
    In This Topic
    Refreshes this instance by removing all the children and creating them again.
    Syntax
    'Declaration
     
    
    Public Sub Refresh() 
    'Usage
     
    
    Dim instance As C1ListViewerPanel
     
    instance.Refresh()
    public void Refresh()
    public:
    void Refresh(); 
    See Also