FarPoint.Win.Spread
DragFillBlockCompletedEventArgs Class
Members  See Also 
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.

Syntax

Visual Basic (Declaration) 
Public Class DragFillBlockCompletedEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As DragFillBlockCompletedEventArgs
C# 
public class DragFillBlockCompletedEventArgs : EventArgs 

Inheritance Hierarchy

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

See Also