System.Windows.Forms 1.0.5000.0 2.0.0.0 System.EventArgs System.Runtime.InteropServices.ComVisible(true) The event occurs during a drag operation. It allows the source of a drag event to modify the appearance of the mouse pointer in order to give the user visual feedback during a drag-and-drop operation. A object specifies the type of drag-and-drop operation and whether default cursors are used. For information about the event model, see [<topic://cpconEventsDelegates>]. Provides data for the event, which occurs during a drag operation. Constructor To be added. Initializes a new instance of the class. The type of drag-and-drop operation. Possible values are obtained by applying the bitwise OR (|) operation to the constants defined in the . true if default pointers are used; otherwise, false. 1.0.5000.0 2.0.0.0 Property System.Windows.Forms.DragDropEffects To be added. To be added. Gets the drag-and-drop operation feedback that is displayed. 1.0.5000.0 2.0.0.0 Property System.Boolean To be added. The system provides default drag-drop cursors for different drag-drop operations such as move or copy. If is set to false, it is the responsibility of the event source to set the appropriate cursor. Gets or sets whether drag operation should use the default cursors that are associated with drag-drop effects. 1.0.5000.0 2.0.0.0