Click or drag to resize

JamBaseShellListViewOnColumnWidthChanged Method

Tracks column widths. Raises the System.Windows.Forms.ListView.ColumnWidthChanged event.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected override void OnColumnWidthChanged(
	ColumnWidthChangedEventArgs e
)

Parameters

e
Type: System.Windows.FormsColumnWidthChangedEventArgs
A System.Windows.Forms.ColumnWidthChangedEventArgs that contains the event data.
See Also