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

OnDoDragDropQuit() protected méthode

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