ComponentFactory.Krypton.Docking.KryptonDockingManager.OnFloatspaceCellRemoved C# (CSharp) Méthode

OnFloatspaceCellRemoved() protected méthode

Raises the FloatspaceCellRemoved event.
protected OnFloatspaceCellRemoved ( FloatspaceCellEventArgs e ) : void
e FloatspaceCellEventArgs An FloatspaceCellEventArgs containing the event args.
Résultat void
        protected virtual void OnFloatspaceCellRemoved(FloatspaceCellEventArgs e)
        {
            if (FloatspaceCellRemoved != null)
                FloatspaceCellRemoved(this, e);
        }
KryptonDockingManager