TreeView for WPF | ComponentOne
C1.WPF.TreeView Namespace / C1TreeViewPanel Class / OnClearChildren Method

In This Topic
    OnClearChildren Method
    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() 
    protected override void OnClearChildren()
    See Also