ComponentFactory.Krypton.Docking.KryptonDockingManager.OnDoDragDropQuit C# (CSharp) 메소드

OnDoDragDropQuit() 보호된 메소드

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