ComponentFactory.Krypton.Docking.KryptonDockingManager.RaiseDockspaceCellRemoved C# (CSharp) Method

RaiseDockspaceCellRemoved() private method

private RaiseDockspaceCellRemoved ( DockspaceCellEventArgs e ) : void
e DockspaceCellEventArgs
return void
        internal void RaiseDockspaceCellRemoved(DockspaceCellEventArgs e)
        {
            OnDockspaceCellRemoved(e);
        }
KryptonDockingManager