Version

ColumnDroppedEventArgs Class Members

The following tables list the members exposed by ColumnDroppedEventArgs.

Public Constructors
Public Properties
 NameDescription
Public PropertyColumnThe Column that this event was triggered for. (Inherited from Infragistics.Controls.Grids.ColumnEventArgs)
Public PropertyDropTypeThe type of operation that occured.  
Public PropertyNewIndexThe index of the column that resulted because of the move.  
Public PropertyPreviousIndexThe index of the column prior to the move.  
See Also