You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. <br /> The application uses the drag-and-drop functionality. <br /> You need to ensure that the drag-and-drop operation is stopped when a user moves the cursor outside the boundaries of the application form. <br /> Which enumeration member should you use?()<p> You use Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. <br /> The application uses the drag-and-drop functionality. <br /> You need to ensure that the drag-and-drop operation is stopped when a user moves the cursor outside the boundaries of the application form. <br /> Which enumeration member should you use?()</p>
A、A. DragAction.Cancel
B、B. DragAction.Drop
C、C. DragDropEffects.None
D、D. DragDropEffects.All