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

Event arguments class which contains information related to an UltraListViewColumnBase.

Object Model


Syntax

Visual Basic (Declaration) 
Public MustInherit Class ColumnEventArgs 
   Inherits EventArgs
C# 
public abstract class ColumnEventArgs : EventArgs 

See Also