Version

ColumnMovingEventArgs Class Members

The following tables list the members exposed by ColumnMovingEventArgs.

Public Constructors
 NameDescription
Public ConstructorColumnMovingEventArgs Constructor  
Public Properties
 NameDescription
Public PropertyColumnThe Column that this event was triggered for. (Inherited from Infragistics.Controls.Grids.ColumnEventArgs)
Public PropertyDraggingHeaderGets a reference to the Infragistics.Controls.Grids.Primitives.HeaderCellControl that is visually being dragged.  
Protected Properties
 NameDescription
Protected Internal PropertyMouseArgsThe System.Windows.Input.MouseEventArgs for the event.  
Public Methods
 NameDescription
Public MethodGetPositionReturns the x- and y-coordinates of the mouse pointer position, relative to the specified System.Windows.UIElement.  
See Also