<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.6.25358.103" />

IDragEvent

interface IDragEvent

Data object, if any, associated with the drag event.

Gets the drop description image type.

DROPEFFECT Effect { get; }

Gets which drag-and-drop operations are allowed by the target of the drag event.

string Message { get; set; }

Gets or sets the drop description text such as "Move to %1".

string MessageReplacementToken { get; set; }

Gets or sets the drop description text such as "Documents" when %1 is specified in Message.

int X { get; }

Gets the x-coordinate of the mouse pointer.

int Y { get; }

Gets the y-coordinate of the mouse pointer.