Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetDragMovingEventArgs Class
Members


SheetDragMovingEventArgs Class
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
Inheritance Hierarchy

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

See Also