Infragistics2.Win.UltraWinListView.v8.1
ColumnSortingEventArgs Class
See Also  Members  
Infragistics.Win.UltraWinListView Namespace : ColumnSortingEventArgs Class

Event arguments class for the UltraListView.ColumnSorting event.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class ColumnSortingEventArgs 
   Inherits CancelableColumnEventArgs
C# 
public class ColumnSortingEventArgs : CancelableColumnEventArgs 

See Also