FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragDropBlockEventArgs Class
Members


DragDropBlockEventArgs Class
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
Inheritance Hierarchy

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

See Also