[]
        
(Showing Draft Content)

C1.WPF.DropAction

DropAction 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 DropAction
Public Enum DropAction

Fields

Name Description
Copy

Copy the source element into the target element.

Move

Move the source element into the target element.

None

No action.