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

Event arguments class for the UltraListView.ColumnResizing event.

Object Model


Syntax

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

See Also