Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1TileListBoxPanel Class / OnClearChildren Method

In This Topic
    OnClearChildren Method (C1TileListBoxPanel)
    In This Topic
    Called when the collection of child elements is cleared by the base System.Windows.Controls.Panel class.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnClearChildren() 
    protected virtual void OnClearChildren()
    See Also