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

OnFloatingWindowRemoved() protected méthode

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