Nevron.UI.WinForm.Controls Namespace / NListView Class / ColumnWidthChanged Event


ColumnWidthChanged Event (NListView)
Syntax
'Declaration
 
<SRCategoryAttribute("CatPropertyChanged")>
<SRDescriptionAttribute("ListViewColumnWidthChangedDscr")>
Public Event ColumnWidthChanged As System.Windows.Forms.ColumnWidthChangedEventHandler
 
'Usage
 
Dim instance As NListView
Dim handler As System.Windows.Forms.ColumnWidthChangedEventHandler
 
AddHandler instance.ColumnWidthChanged, handler
Event Data

The event handler receives an argument of type System.Windows.Forms.ColumnWidthChangedEventArgs containing data related to this event. The following ColumnWidthChangedEventArgs properties provide information specific to this event.

PropertyDescription
Gets the column index for the column whose width is being changed.  
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also