Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragDropBlockEventArgs Class / Action Property


In This Topic
    Action Property (DragDropBlockEventArgs)
    In This Topic
    Gets or sets whether the source range is copied or moved.
    Syntax
    'Declaration
     
    
    Public Property Action As Integer
    'Usage
     
    
    Dim instance As DragDropBlockEventArgs
    Dim value As Integer
     
    instance.Action = value
     
    value = instance.Action
    public int Action {get; set;}
    See Also