Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / SheetDragMoved Event


In This Topic
    SheetDragMoved Event
    In This Topic
    Occurs right after the user finishes drag-moving the sheet to another index.
    Syntax
    'Declaration
     
    
    Public Event SheetDragMoved As SheetDragMovedEventHandler
    'Usage
     
    
    Dim instance As FpSpread
    Dim handler As SheetDragMovedEventHandler
     
    AddHandler instance.SheetDragMoved, handler
    public event SheetDragMovedEventHandler SheetDragMoved
    Event Data

    The event handler receives an argument of type SheetDragMovedEventArgs containing data related to this event. The following SheetDragMovedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the index of the sheet after moving.  
    Gets the index of the sheet before moving.  
    See Also