Dev2.Utilities.ActivityHelper.HandleDragEnter C# (CSharp) Méthode

HandleDragEnter() public static méthode

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