Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnDragFillBlockCompleted Method
DragFillBlockEventArgs object that contains the event data


In This Topic
    OnDragFillBlockCompleted Method
    In This Topic
    Raises the DragFillBlockCompleted event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnDragFillBlockCompleted( _
       ByVal e As DragFillBlockCompletedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim e As DragFillBlockCompletedEventArgs
     
    instance.OnDragFillBlockCompleted(e)
    protected virtual void OnDragFillBlockCompleted( 
       DragFillBlockCompletedEventArgs e
    )

    Parameters

    e
    DragFillBlockEventArgs object that contains the event data
    See Also