Dev2.Utilities.ActivityHelper.HandleDragEnter C# (CSharp) Method

HandleDragEnter() public static method

public static HandleDragEnter ( System.Windows.DragEventArgs e ) : void
e System.Windows.DragEventArgs
return void
        public static void HandleDragEnter(DragEventArgs e)
        {
            //This is to ensure nothing can be dragged onto a Activity Designer
        }
    }