Spread Windows Forms 13.0 Product Documentation
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.
    Object Model
    DragMoveEventArgs ClassSpreadView Class
    Syntax
    'Declaration
     
    Public Class DragMoveEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As DragMoveEventArgs
    public class DragMoveEventArgs : System.EventArgs 
    Remarks
    This class represents the event data for the ColumnDragMove and RowDragMove events for the Spread component which occur when either AllowColumnMove or AllowRowMove respectively is true and a column or row is moved with a drag operation.
    Inheritance Hierarchy

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

    See Also