Class DragEventArgs
public class DragEventArgs : BaseEventArgs
- Inheritance
-
DragEventArgs
Constructors
- DragEventArgs(IDataObject, PointD, DragDropEffects)
Initializes a new instance of the DragEventArgs class.
Properties
- Data
Gets the IDataObject that contains the data associated with this event.
- Effect
Gets or sets the target drop effect in a drag-and-drop operation.
- MouseClientLocation
Gets the client coordinates of the mouse pointer in device-independent units.