DragEventArgs::Effects Property
.NET Framework (current version)
Gets or sets the target drag-and-drop operation.
Assembly: PresentationCore (in PresentationCore.dll)
public: property DragDropEffects Effects { DragDropEffects get(); void set(DragDropEffects value); }
Property Value
Type: System.Windows::DragDropEffectsA member of the DragDropEffects enumeration specifying the target drag-and-drop operation.
By default, the effect specified in this property determines the mouse cursor for the target of a drag-and-drop operation. This is useful to provide feedback to the user on the operation that will occur when the corresponding object is dropped.
.NET Framework
Available since 3.0
Available since 3.0
Show: