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



In This Topic
    OnClearChildren Method (C1ListViewerPanel)
    In This Topic
    Called when the collection of child elements is cleared by the base System.Windows.Controls.Panel class.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnClearChildren() 
    'Usage
     
    
    Dim instance As C1ListViewerPanel
     
    instance.OnClearChildren()
    protected override void OnClearChildren()
    protected:
    void OnClearChildren(); override 
    See Also