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

OnDoDragDropEnd() 보호된 메소드

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