Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragDropBlockCompletedEventArgs Class
Members


In This Topic
    DragDropBlockCompletedEventArgs Class
    In This Topic
    Represents the event data for the DragDropBlockCompleted event for the Spread component, which occurs when the dragging and dropping of a range of cells is completed.
    Syntax
    'Declaration
     
    
    Public Class DragDropBlockCompletedEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As DragDropBlockCompletedEventArgs
    public class DragDropBlockCompletedEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.DragDropBlockCompletedEventArgs

    See Also