Version

ColumnSortingEventArgs Class Members

The following tables list the members exposed by ColumnSortingEventArgs.

Public Constructors
 NameDescription
Public ConstructorColumnSortingEventArgs ConstructorCreates a new instance of the ColumnSortingEventArgs class.  
Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyColumnReturns the UltraListViewColumnBase with which this instance is associated. (Inherited from Infragistics.Win.UltraWinListView.CancelableColumnEventArgs)
Public PropertyNewValueGets/sets the new value for the associated CancelableColumnEventArgs.Column instance's UltraListViewColumnBase.Sorting property.  
See Also