Spread Windows Forms 17
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
    public int Action {get;}
    See Also