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


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

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

PropertyDescription
(Inherited from System.ComponentModel.CancelEventArgs)
Gets the index of the column whose width is changing.  
Gets or sets the new width for the column.  
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