Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / OnSheetDragMoved Method
SheetDragMovedEventArgs object that contains the event data


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

    Parameters

    e
    SheetDragMovedEventArgs object that contains the event data
    See Also