ComponentOne Basic Library for UWP
DropAction Enumeration

C1.UWP Assembly > C1.Xaml Namespace : 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
public enum DropAction : 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

Reference

C1.Xaml Namespace