Skip to main content
Version: 3.5

DragDropEffects

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the possible effects of a drag-and-drop operation.

public enum DragDropEffects : Enum

Fields

NameDescription
AllThe combination of the Copy, Move, and Link effects.
CopyThe data from the drag source is copied to the drop target.
LinkThe data from the drag source is linked to the drop target.
MoveThe data from the drag source is moved to the drop target.
NoneThe drop target does not accept the data.

Used By

NameDescription
Control.DoDragDropBegins a drag-and-drop operation.
DragEventArgs.AllowedEffectReturns which drag-and-drop operations are allowed by the originator (or source) of the drag event.
DragEventArgs.EffectReturns or sets the target drop effect in a drag-and-drop operation.