Spread Windows Forms 12.0 Product Documentation
DragMoveEventArgs Class
Members 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : DragMoveEventArgs Class
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

Reference

DragMoveEventArgs Members
FarPoint.Win.Spread Namespace
RowDragMove Event
ColumnDragMove Event

User-Task Documentation

Using Drag Operations to Fill Cells
Managing Events from User Actions