Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight 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() 
    protected override void OnClearChildren()
    See Also