Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragDropBlockEventArgs Class
Members


In This Topic
    DragDropBlockEventArgs Class
    In This Topic
    Represents the event data for the DragDropBlock event for the Spread component, which occurs when a range of cells is being dragged and dropped.
    Syntax
    'Declaration
     
    
    Public Class DragDropBlockEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As DragDropBlockEventArgs
    public class DragDropBlockEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.DragDropBlockEventArgs

    See Also