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