FarPoint.Win.Spread
DragMoveEventArgs Class
Members  See Also 
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


Syntax

Visual Basic (Declaration) 
Public Class DragMoveEventArgs 
   Inherits EventArgs
Visual Basic (Usage)Copy Code
Dim instance As DragMoveEventArgs
C# 
public class DragMoveEventArgs : 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