Class RawDragEvent
[PrivateApi]
public class RawDragEvent : RawInputEventArgs
- Inheritance
-
RawDragEvent
- Inherited Members
Constructors
RawDragEvent(IDragDropDevice, RawDragEventType, IInputRoot, Point, IDataObject, DragDropEffects, RawInputModifiers)
public RawDragEvent(IDragDropDevice inputDevice, RawDragEventType type, IInputRoot root, Point location, IDataObject data, DragDropEffects effects, RawInputModifiers modifiers)
Parameters
inputDevice
IDragDropDevicetype
RawDragEventTyperoot
IInputRootlocation
Pointdata
IDataObjecteffects
DragDropEffectsmodifiers
RawInputModifiers
Properties
Data
public IDataObject Data { get; }
Property Value
Effects
public DragDropEffects Effects { get; set; }
Property Value
KeyModifiers
public KeyModifiers KeyModifiers { get; }
Property Value
Location
public Point Location { get; set; }
Property Value
Type
public RawDragEventType Type { get; }