[]
        
(Showing Draft Content)

C1.WPF.DragDropEffect

DragDropEffect Enum

Specifies the action that will be performed when the user drops a drag source into a drop target element.

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public enum DragDropEffect

Fields

Name Description
Copy

Copy the source element into the target element.

Move

Move the source element into the target element.

None

No action.