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


In This Topic
    DragFillBlockCompletedEventArgs Class
    In This Topic
    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
    public class DragFillBlockCompletedEventArgs : System.EventArgs 
    Inheritance Hierarchy

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

    See Also