Spread Windows Forms 12.0 Product Documentation
DragFillBlockCompletedEventArgs Class
Members 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : 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.
Object Model
DragFillBlockCompletedEventArgs Class
Syntax
'Declaration
 
Public Class DragFillBlockCompletedEventArgs 
   Inherits System.EventArgs
'Usage
 
Dim instance As DragFillBlockCompletedEventArgs
public class DragFillBlockCompletedEventArgs : System.EventArgs 
Inheritance Hierarchy

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

See Also

Reference

DragFillBlockCompletedEventArgs Members
FarPoint.Win.Spread Namespace
DragFillBlockCompleted Event

User-Task Documentation

Using Drag Operations to Fill Cells
Managing Events from User Actions