ComponentFactory.Krypton.Docking.KryptonFloatingWindow.OnFloatspaceCellCountChanged C# (CSharp) Method

OnFloatspaceCellCountChanged() private method

private OnFloatspaceCellCountChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void OnFloatspaceCellCountChanged(object sender, EventArgs e)
        {
            // When all the cells (and so pages) have been removed we kill ourself
            if (FloatspaceControl.CellCount == 0)
                FloatspaceControl.Dispose();
        }