Exit 70-511 TS: Windows Applications Development with Microsoft .NET Framework 4
Question 4 of 5
0% complete
Q4 Single choice

You are developing a Windows Presentation Foundation (WPF) application.

The application uses drag-and-drop functionality.
You need to ensure that code is executed in the code-behind file when the dragged item is released onto the target element.

Which enumeration should you use?

  • A

    DragDropEffects.None

  • B

    DragAction.Cancel

  • C

    DragDropEffects.All

  • D

    DragAction.Drop