Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetDragMovingEventArgs Class
Members


In This Topic
    SheetDragMovingEventArgs Class
    In This Topic
    Represents the event data for the SheetDragMoving event for the Spread component, which occurs when the user drags the sheet tab to the destination sheet tab.
    Syntax
    'Declaration
     
    
    Public Class SheetDragMovingEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As SheetDragMovingEventArgs
    public class SheetDragMovingEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.SheetDragMovingEventArgs

    See Also