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


DragFillBlockCompletedEventArgs Class
Represents the event data for the DragFillBlockCompleted event for the Spread component, which occurs when the dragging and filling of a range of cells is completed.
Syntax
'Declaration
 
Public Class DragFillBlockCompletedEventArgs 
   Inherits System.EventArgs
 
'Usage
 
Dim instance As DragFillBlockCompletedEventArgs
Inheritance Hierarchy

System.Object
   System.EventArgs
      FarPoint.Win.Spread.DragFillBlockCompletedEventArgs

See Also