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


In This Topic
    DragMoveEventArgs Class
    In This Topic
    Represents the event data for the ColumnDragMove and RowDragMove events for the Spread component.
    Syntax
    'Declaration
     
    
    Public Class DragMoveEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As DragMoveEventArgs
    public class DragMoveEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.DragMoveEventArgs

    See Also