Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragDropBlockCompletedEventArgs Class / Action Property


In This Topic
Action Property (DragDropBlockCompletedEventArgs)
In This Topic
Gets whether the source range is copied or moved.
Syntax
'Declaration
 
Public ReadOnly Property Action As Integer
 
'Usage
 
Dim instance As DragDropBlockCompletedEventArgs
Dim value As Integer
 
value = instance.Action
See Also