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


In This Topic
    SheetDragMovedEventArgs Class
    In This Topic
    Represents the event data for the SheetDragMoved event for the Spread component, which occurs right after the user finishes moving the sheet to another index.
    Syntax
    'Declaration
     
    
    Public Class SheetDragMovedEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As SheetDragMovedEventArgs
    public class SheetDragMovedEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.SheetDragMovedEventArgs

    See Also