Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragMoveCompletedEventArgs Class
Members


In This Topic
    DragMoveCompletedEventArgs Class
    In This Topic
    Represents the event data for the ColumnDragMoveCompleted and RowDragMoveCompleted event for the Spread component.
    Object Model
    DragMoveCompletedEventArgs ClassSpreadView Class
    Syntax
    'Declaration
     
    Public Class DragMoveCompletedEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As DragMoveCompletedEventArgs
    public class DragMoveCompletedEventArgs : System.EventArgs 
    Remarks
    This class represents the event data for the ColumnDragMoveCompleted and RowDragMoveCompleted events for the Spread component which occur after a column or row has been moved with a drag operation.
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.DragMoveCompletedEventArgs

    See Also