DropAction Enumeration | ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / DropAction Enumeration

DropAction Enumeration
Specifies the action that will be performed when the user drops a drag source into a drop target element.
Syntax
'Declaration
 
Public Enum DropAction 
   Inherits System.Enum
 
Members
MemberDescription
CopyCopy the source element into the target element.
MoveMove the source element into the target element.
NoneNo action.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.DropAction

See Also